跳至内容
菜单
此问题已终结
1 回复
2546 查看

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....

相关帖文 回复 查看 活动
0
10月 21
4350
0
11月 20
2612
1
5月 25
904
2
5月 25
966
0
4月 25
913