Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2936 Zobrazení

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šit
Nejlepší odpověď

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šit
Autor

Now I'll try it thanks

Autor

Works!! Thank you....

Related Posts Odpovědi Zobrazení Aktivita
0
říj 21
4654
0
lis 20
3013
3
zář 25
1722
2
zář 25
212
1
srp 25
1735