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

Commit

Permalink
Always open upload panel in minisite as background tasks panel is not…
Browse files Browse the repository at this point in the history
… inserted
  • Loading branch information
c12simple committed Apr 23, 2018
1 parent 60b8813 commit 8288af1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ export default function(PydioComponent, filterFunction = null ){
const storeInstance = UploaderModel.Store.getInstance();

storeInstance.handleDropEventResults(items, files, ctxNode, null, filterFunction);
if(!storeInstance.getAutoStart()){
if(!storeInstance.getAutoStart() || window.ajxpMinisite){
pydio.getController().fireAction('upload');
}
});
Expand Down

0 comments on commit 8288af1

Please sign in to comment.