Browse Source

[12.0][web_timeline] Fix bug from group_order: locale instead locate.

pull/1280/merge
denislour 5 years ago
committed by OCA-git-bot
parent
commit
9477864166
  1. 2
      web_timeline/static/src/js/timeline_view.js

2
web_timeline/static/src/js/timeline_view.js

@ -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);
},

Loading…
Cancel
Save