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
Odpovědět
4032
Zobrazení
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!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
|
0
říj 21
|
6013 | ||
|
|
0
lis 20
|
4239 | ||
|
|
2
čvn 26
|
885 | ||
|
|
0
dub 26
|
2 | ||
|
|
0
bře 26
|
134 |