Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2880 มุมมอง

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....

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ต.ค. 21
4607
0
พ.ย. 20
2961
1
ส.ค. 25
1639
1
พ.ค. 25
1331
2
พ.ค. 25
1511