콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
2982 화면

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
4724
0
11월 20
3065
3
9월 25
1806
2
9월 25
324
1
8월 25
1778