mirror of https://github.com/OCA/web.git
FIX discard
On any form, if you edit and try to discard you get an error check this lines: https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/views/basic/basic_controller.js#L82 https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/core/dialog.js#L235pull/926/head
parent
6feb307ccb
commit
e5b53e100e
|
@ -32,7 +32,8 @@ Dialog.include({
|
||||||
handle: '.modal-header',
|
handle: '.modal-header',
|
||||||
helper: false
|
helper: false
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
close: function() {
|
close: function() {
|
||||||
|
|
Loading…
Reference in New Issue