Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2782 Weergaven

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

Avatar
Annuleer
Beste antwoord

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

Now I'll try it thanks

Auteur

Works!! Thank you....

Gerelateerde posts Antwoorden Weergaven Activiteit
0
okt. 21
4540
0
nov. 20
2821
1
aug. 25
1489
1
mei 25
1210
2
mei 25
1326