Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
2965 Ansichten

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

Avatar
Verwerfen
Beste Antwort

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
Verwerfen
Autor

Now I'll try it thanks

Autor

Works!! Thank you....

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Okt. 21
4710
0
Nov. 20
3052
3
Sept. 25
1784
2
Sept. 25
303
1
Aug. 25
1768