Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2817 Visualizações

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

Avatar
Cancelar
Melhor resposta

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
Cancelar
Autor

Now I'll try it thanks

Autor

Works!! Thank you....

Publicações relacionadas Respostas Visualizações Atividade
0
out. 21
4553
0
nov. 20
2872
1
ago. 25
1538
1
mai. 25
1249
2
mai. 25
1384