diff --git a/management/univention-portal/www/PortalGallery.js b/management/univention-portal/www/PortalGallery.js index 4b4364e..95c3384 100644 --- a/management/univention-portal/www/PortalGallery.js +++ b/management/univention-portal/www/PortalGallery.js @@ -202,6 +202,7 @@ define([ }, insertDndData: function(data) { + this.dndSource.externalDropMap = {}; // Reset externalDropMap. see Bug #46666 this.dndSource.store.setData(data); this.dndSource.insertNodes(false, this.dndSource.store.query()); },