Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2795 Prikazi

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

Avatar
Opusti
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
Opusti
Avtor

Now I'll try it thanks

Avtor

Works!! Thank you....

Related Posts Odgovori Prikazi Aktivnost
0
okt. 21
4543
0
nov. 20
2825
1
avg. 25
1510
1
maj 25
1217
2
maj 25
1336