İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
2932 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

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
Vazgeç
Üretici

Now I'll try it thanks

Üretici

Works!! Thank you....

İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Eki 21
4650
0
Kas 20
3013
3
Eyl 25
1722
2
Eyl 25
210
1
Ağu 25
1735