Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2864 Visninger

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

Avatar
Kassér
Bedste svar

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
Kassér
Forfatter

Now I'll try it thanks

Forfatter

Works!! Thank you....

Related Posts Besvarelser Visninger Aktivitet
0
okt. 21
4601
0
nov. 20
2924
1
aug. 25
1614
1
maj 25
1308
2
maj 25
1486