bemade_full_formview_from_modal: remove useless lines of JS.
This commit is contained in:
parent
22936eee1c
commit
79d1cbe330
1 changed files with 0 additions and 3 deletions
|
|
@ -11,9 +11,6 @@ patch(Dialog.prototype, "bemade_full_formview_from_modal.Dialog", {
|
||||||
init: function (parent, options) {
|
init: function (parent, options) {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
},
|
},
|
||||||
custom_events: _.extend({}, Dialog.prototype.custom_events, {
|
|
||||||
open_full_form_view: '_onOpen',
|
|
||||||
}),
|
|
||||||
willStart: function () {
|
willStart: function () {
|
||||||
const self = this;
|
const self = this;
|
||||||
return this._super(...arguments).then(function () {
|
return this._super(...arguments).then(function () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue