Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
2847 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
4578
0
Nov. 20
2909
1
Aug. 25
1565
1
Mai 25
1293
2
Mai 25
1446