Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2790 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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);
}

 

Imagine profil
Abandonează
Autor

Now I'll try it thanks

Autor

Works!! Thank you....

Related Posts Răspunsuri Vizualizări Activitate
0
oct. 21
4542
0
nov. 20
2823
1
aug. 25
1505
1
mai 25
1213
2
mai 25
1330