跳至內容
選單
此問題已被標幟
1 回覆
2813 瀏覽次數

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
4553
0
11月 20
2871
1
8月 25
1532
1
5月 25
1245
2
5月 25
1374