Skip to Content
Menu
This question has been flagged
1 Odpoveď
2804 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
4547
0
nov 20
2849
1
aug 25
1519
1
máj 25
1230
2
máj 25
1353