Is it possible to change the display order of notifications and emails in the Discuss app? From the most recent to the oldest
This question has been flagged
1
Reply
4034
Views
Hi, you have to do the super of the 'mail.ChatThread' init (it's in the MAIL form), look at this example:
init: function (parent, options) {
this.options = _.defaults(options || {}, {
display_order: ORDER.DESC,
})
this._super(parent,options);
}
Now I'll try it thanks
Works!! Thank you....
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
0
Oct 21
|
6014 | ||
|
|
0
Nov 20
|
4239 | ||
|
|
2
Jun 26
|
887 | ||
|
|
0
Apr 26
|
2 | ||
|
|
0
Mar 26
|
134 |