Skip to Content
Menu
This question has been flagged
1 Odpoveď
2946 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
4677
0
nov 20
3030
3
sep 25
1757
2
sep 25
289
1
aug 25
1743