mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[12.0][web_timeline] Fix bug from group_order: locale instead locate.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
'name': "Web timeline",
|
||||
'summary': "Interactive visualization chart to show events in time",
|
||||
"version": "12.0.1.0.4",
|
||||
"version": "12.0.1.0.5",
|
||||
"development_status": "Production/Stable",
|
||||
'author': 'ACSONE SA/NV, '
|
||||
'Tecnativa, '
|
||||
|
||||
@@ -167,7 +167,7 @@ odoo.define('web_timeline.TimelineView', function (require) {
|
||||
return +1;
|
||||
}
|
||||
|
||||
return grp1.content.locateCompare(grp2.content);
|
||||
return grp1.content.localeCompare(grp2.content);
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user