View | Details | Raw Unified | Return to bug 46666
Collapse All | Expand All

(-)a/management/univention-portal/www/PortalGallery.js (+1 lines)
 Lines 202-207   define([ Link Here 
202
		},
202
		},
203
203
204
		insertDndData: function(data) {
204
		insertDndData: function(data) {
205
			this.dndSource.externalDropMap = {}; // Reset externalDropMap. see Bug #46666
205
			this.dndSource.store.setData(data);
206
			this.dndSource.store.setData(data);
206
			this.dndSource.insertNodes(false, this.dndSource.store.query());
207
			this.dndSource.insertNodes(false, this.dndSource.store.query());
207
		},
208
		},

Return to bug 46666