Skip to content

Commit

Permalink
[FIX] web: DomainEditorDialog
Browse files Browse the repository at this point in the history
(backport of enterprise version)

In readonly mode, the selected domain was not correct when
click on "see selection".
  • Loading branch information
qsm-odoo committed Oct 2, 2015
1 parent 8181a80 commit e7418ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons/web/static/src/js/views/form_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1061,10 +1061,6 @@ var SelectCreateDialog = ViewDialog.extend({

var DomainEditorDialog = SelectCreateDialog.extend({
init: function(parent, options) {
if (options.readonly) {
this._super(parent, options);
return;
}
options = _.defaults(options, {initial_facet: {
category: _t("Custom Filter"),
icon: 'fa-star',
Expand Down

0 comments on commit e7418ce

Please sign in to comment.