Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
New uploaded folder do not display after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ghecquet committed Sep 20, 2016
1 parent d421e2f commit 68b61db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/plugins/uploader.html/js/react/UploaderModel.js
Expand Up @@ -234,6 +234,10 @@
};
PydioApi.getClient().request(params, function(t){
this.setStatus('loaded');

var result = PydioApi.getClient().parseXmlMessage(t.responseXML);
if(!result) this.onError('Empty response');

completeCallback();
}.bind(this));
}
Expand Down Expand Up @@ -612,4 +616,4 @@
ns.FolderItem = FolderItem;
global.UploaderModel = ns;

})(window);
})(window);

0 comments on commit 68b61db

Please sign in to comment.