تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2823 أدوات العرض

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
أكتوبر 21
4554
0
نوفمبر 20
2873
1
أغسطس 25
1538
1
مايو 25
1250
2
مايو 25
1386