Is it possible to change the display order of notifications and emails in the Discuss app? From the most recent to the oldest
신고된 질문입니다
1
회신
4146
화면
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
|
6068 | ||
|
|
0
11월 20
|
4301 | ||
|
|
2
6월 26
|
1157 | ||
|
|
0
4월 26
|
2 | ||
|
|
0
3월 26
|
134 |