Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
2788 Представления

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
4542
0
нояб. 20
2822
1
авг. 25
1503
1
мая 25
1211
2
мая 25
1330