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