コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2840 ビュー

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
4563
0
11月 20
2902
1
8月 25
1558
1
5月 25
1279
2
5月 25
1431