Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
2660 Tampilan

Is it possible to change the display order of notifications and emails in the Discuss app? From the most recent to the oldest

Avatar
Buang
Jawaban Terbai

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);
}

 

Avatar
Buang
Penulis

Now I'll try it thanks

Penulis

Works!! Thank you....

Post Terkait Replies Tampilan Aktivitas
0
Okt 21
4416
0
Nov 20
2694
1
Mei 25
1049
2
Mei 25
1109
0
Apr 25
983