Is it possible to change the display order of notifications and emails in the Discuss app? From the most recent to the oldest
Cette question a été signalée
1
Répondre
4039
Vues
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);
}
Now I'll try it thanks
Works!! Thank you....
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
0
oct. 21
|
6016 | ||
|
|
0
nov. 20
|
4241 | ||
|
|
2
juin 26
|
902 | ||
|
|
0
avr. 26
|
2 | ||
|
|
0
mars 26
|
134 |