Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2966 Vues

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Auteur

Now I'll try it thanks

Auteur

Works!! Thank you....

Publications associées Réponses Vues Activité
0
oct. 21
4711
0
nov. 20
3052
3
sept. 25
1785
2
sept. 25
303
1
août 25
1769