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
2677 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
4445
0
lis 20
2716
1
kvě 25
1120
2
kvě 25
1180
0
dub 25
1020