Skip to Content
Menu
This question has been flagged
1 Atsakyti
2869 Rodiniai

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

Portretas
Atmesti
Best Answer

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

 

Portretas
Atmesti
Autorius

Now I'll try it thanks

Autorius

Works!! Thank you....

Related Posts Replies Rodiniai Veikla
0
spal. 21
4601
0
lapkr. 20
2927
1
rugp. 25
1615
1
geg. 25
1312
2
geg. 25
1490