mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
commit
5d5e7ecfd9
@ -80,7 +80,7 @@ Authors
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Holger Brunn <hbrunn@therp.nl>
|
||||
* Holger Brunn <mail@hunki-enterprises.com>
|
||||
* Dennis Sluijk <d.sluijk@onestein.nl>
|
||||
|
||||
Other credits
|
||||
|
@ -1,2 +1,2 @@
|
||||
* Holger Brunn <hbrunn@therp.nl>
|
||||
* Holger Brunn <mail@hunki-enterprises.com>
|
||||
* Dennis Sluijk <d.sluijk@onestein.nl>
|
||||
|
@ -328,8 +328,10 @@ odoo.define('attachment_preview', function (require) {
|
||||
},
|
||||
|
||||
start: function () {
|
||||
this._super.apply(this, arguments);
|
||||
this.attachmentPreviewWidget.insertAfter(this.$el);
|
||||
var self = this;
|
||||
return this._super.apply(this, arguments).then(function () {
|
||||
return self.attachmentPreviewWidget.insertAfter(self.$el);
|
||||
});
|
||||
},
|
||||
|
||||
_attachmentPreviewWidgetHidden: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user