Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3204 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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
Abbandona
Autore

Now I'll try it thanks

Autore

Works!! Thank you....

Post correlati Risposte Visualizzazioni Attività
0
ott 21
5004
0
nov 20
3382
0
ott 25
314
1
ott 25
501
2
ott 25
745