mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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#L235
This commit is contained in:
committed by
GitHub
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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user