mirror of https://github.com/OCA/web.git
[FIX] don't break inheritance in function override
parent
b8e1337079
commit
a9862d8159
|
@ -88,6 +88,7 @@ odoo.define('web.shortcut', function (require) {
|
||||||
return item instanceof ShortcutMenu;
|
return item instanceof ShortcutMenu;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
return this._super.apply(this, arguments);
|
||||||
},
|
},
|
||||||
show_application: function () {
|
show_application: function () {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
Loading…
Reference in New Issue