mirror of https://github.com/OCA/web.git
[12.0][FIX]web_timeline: fix group orders
parent
2f3a1643d1
commit
131d2804f4
|
@ -166,7 +166,8 @@ odoo.define('web_timeline.TimelineView', function (require) {
|
|||
if (grp2.id === -1) {
|
||||
return +1;
|
||||
}
|
||||
return grp1.content - grp2.content;
|
||||
|
||||
return grp1.content.locateCompare(grp2.content);
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue