Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3120 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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);
}

 

Awatar
Odrzuć
Autor

Now I'll try it thanks

Autor

Works!! Thank you....

Powiązane posty Odpowiedzi Widoki Czynność
0
paź 21
4903
0
lis 20
3257
1
wrz 25
367
3
wrz 25
2216
2
wrz 25
611