Is it possible to change the display order of notifications and emails in the Discuss app? From the most recent to the oldest
Se marcó esta pregunta
1
Responder
4058
Vistas
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....
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
0
oct 21
|
6033 | ||
|
|
0
nov 20
|
4257 | ||
|
|
2
jun 26
|
937 | ||
|
|
0
abr 26
|
2 | ||
|
|
0
mar 26
|
134 |