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
3150 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
4950
0
lis 20
3303
2
paź 25
585
3
wrz 25
2364
2
paź 25
668