Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2671 Vistas

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

Avatar
Descartar
Mejor respuesta

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

Now I'll try it thanks

Autor

Works!! Thank you....

Publicaciones relacionadas Respuestas Vistas Actividad
0
oct 21
4429
0
nov 20
2705
1
may 25
1101
2
may 25
1162
0
abr 25
1012