Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2846 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

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

 

Аватар
Відмінити
Автор

Now I'll try it thanks

Автор

Works!! Thank you....

Related Posts Відповіді Переглядів Дія
0
жовт. 21
4578
0
лист. 20
2908
1
серп. 25
1565
1
трав. 25
1292
2
трав. 25
1443