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
2600 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
4384
0
lis 20
2654
1
kvě 25
943
2
kvě 25
990
0
dub 25
933