Skip to content
Snippets Groups Projects
Commit 6ebcc061 authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] web_editor: remove 'lang' from the context to save master website xml

parent 8c9cf9eb
Branches
Tags
No related merge requests found
......@@ -443,7 +443,7 @@ var RTE = Widget.extend({
$el.data('oe-id'),
markup,
$el.data('oe-xpath') || null,
context || base.get_context()
_.omit(context || base.get_context(), 'lang')
],
});
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment