From 95e6f397a8d6b18468eeb3a8df17a2405c5ea1ce Mon Sep 17 00:00:00 2001 From: Magnus Pedersen Date: Thu, 18 May 2017 18:17:35 +0200 Subject: [PATCH] Fix for drag and drop issue which loads the wrong types.. --- .../main/amp/web/components/uploader-plus/js/dnd-upload-plus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf/src/main/amp/web/components/uploader-plus/js/dnd-upload-plus.js b/surf/src/main/amp/web/components/uploader-plus/js/dnd-upload-plus.js index ada0c63..f80d86a 100644 --- a/surf/src/main/amp/web/components/uploader-plus/js/dnd-upload-plus.js +++ b/surf/src/main/amp/web/components/uploader-plus/js/dnd-upload-plus.js @@ -28,7 +28,7 @@ show : function(config) { Alfresco.logger.debug("show", arguments); - + this.typesLoaded = false; SoftwareLoop.DNDUpload.superclass.show.call(this, config); this.loadTypes(function () {