Skip to Content
Menu
This question has been flagged
1 Odpoveď
3049 Zobrazenia

Is it possible to change the display order of notifications and emails in the Discuss app? From the most recent to the oldest

Avatar
Zrušiť
Best Answer

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);
}

 

Avatar
Zrušiť
Autor

Now I'll try it thanks

Autor

Works!! Thank you....

Related Posts Replies Zobrazenia Aktivita
0
okt 21
4801
0
nov 20
3135
1
sep 25
249
3
sep 25
2047
2
sep 25
507