Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
2845 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
4577
0
Nov 20
2908
1
Agu 25
1565
1
Mei 25
1290
2
Mei 25
1440