Is it possible to change the display order of notifications and emails in the Discuss app? From the most recent to the oldest
この質問にフラグが付けられました
1
返信
4156
ビュー
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
|
6069 | ||
|
|
0
11月 20
|
4305 | ||
|
|
2
6月 26
|
1161 | ||
|
|
0
4月 26
|
2 | ||
|
|
0
3月 26
|
134 |