Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2830 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
4555
0
nov 20
2879
1
ago 25
1548
1
mag 25
1256
2
mag 25
1400