Skip to Content
Menu
This question has been flagged
1 Odpoveď
3205 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
5010
0
nov 20
3382
0
okt 25
314
1
okt 25
501
2
okt 25
745