-
- Downloads
[REM] mail: remove o_mail_note class in chatter
Purpose of this commit is to clean a bit various classes and conditions. First clean is the removal of o_mail_note class in activities less. It comes from first implementation of activity widget and is not used anymore in activity widgets rendering. Second clean is the removal of o_mail_note class when displaying messages. Only o_mail_discussion is used currently in chatter to make a different background depending on whether the message is a discussion or not. All we have to know to differentiate message display is whether it is a discussion done by an user or not. Tests have been updated to use o_mail_discussion class triggered by the message being a discussion, aka a comment posted by an user.
Showing
- addons/mail/static/src/less/mail_activity.less 0 additions, 4 deletionsaddons/mail/static/src/less/mail_activity.less
- addons/mail/static/src/xml/thread.xml 1 addition, 1 deletionaddons/mail/static/src/xml/thread.xml
- addons/mail/static/tests/chatter_tests.js 6 additions, 6 deletionsaddons/mail/static/tests/chatter_tests.js
Loading
Please register or sign in to comment