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

Commit

Permalink
Fix Shared Files download, the associated method is no more switchAct…
Browse files Browse the repository at this point in the history
…ion but downloadAction. Fix #1276
  • Loading branch information
cdujeu committed Nov 10, 2016
1 parent bcaea85 commit 6d58493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/access.inbox/manifest.xml
Expand Up @@ -82,7 +82,7 @@
}
PydioApi.getClient().downloadSelection(userSelection, $('download_form'), 'download');
]]></clientCallback>
<serverCallback methodName="switchAction" restParams="/file+" checkParams="false" sdkMethodName="download" developerComment="Download one or many files at once. If multiple files (or a folder path) passed, they are sent back as an archive.">
<serverCallback methodName="downloadAction" restParams="/file+" checkParams="false" sdkMethodName="download" developerComment="Download one or many files at once. If multiple files (or a folder path) passed, they are sent back as an archive.">
<input_param description="User selection" name="nodes" type="AJXP_NODE[]" mandatory="true"/>
<output type="stream"/>
</serverCallback>
Expand Down

0 comments on commit 6d58493

Please sign in to comment.