mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
@@ -49,7 +49,7 @@ odoo.define("web_timeline.TimelineController", function (require) {
|
|||||||
this.last_domains = domains;
|
this.last_domains = domains;
|
||||||
this.last_contexts = contexts;
|
this.last_contexts = contexts;
|
||||||
// Select the group by
|
// Select the group by
|
||||||
let n_group_bys = group_bys;
|
let n_group_bys = group_bys || [];
|
||||||
if (!n_group_bys.length && this.renderer.arch.attrs.default_group_by) {
|
if (!n_group_bys.length && this.renderer.arch.attrs.default_group_by) {
|
||||||
n_group_bys = this.renderer.arch.attrs.default_group_by.split(",");
|
n_group_bys = this.renderer.arch.attrs.default_group_by.split(",");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user