Skip to content

Commit

Permalink
[FIX] web: oversight during forward-port f854e01
Browse files Browse the repository at this point in the history
pyeval is no longer there in 12.0.

it's pyutils for christ sake @KangOl
  • Loading branch information
beledouxdenis committed Jan 21, 2019
1 parent 127fdea commit 6355126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/web/static/src/js/views/search/favorites_menu.js
Expand Up @@ -198,7 +198,7 @@ return Widget.extend({
get_context: function () {
var filterContext = filter.context;
if (typeof filter.context === 'string') {
filterContext = pyeval.eval('context', filter.context);
filterContext = pyUtils.eval('context', filter.context);
}
var sortParsed = JSON.parse(filter.sort || "[]");
var orderedBy = [];
Expand Down

0 comments on commit 6355126

Please sign in to comment.