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
2522 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
4331
0
lis 20
2585
1
maj 25
845
2
maj 25
922
0
kwi 25
870