Skip to Content
Menú
This question has been flagged
1 Respondre
2670 Vistes

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

Avatar
Descartar
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
Descartar
Autor

Now I'll try it thanks

Autor

Works!! Thank you....

Related Posts Respostes Vistes Activitat
0
d’oct. 21
4425
0
de nov. 20
2704
1
de maig 25
1094
2
de maig 25
1154
0
d’abr. 25
1009