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

Commit 6d58493

Browse files
committed
Fix Shared Files download, the associated method is no more switchAction but downloadAction. Fix #1276
1 parent bcaea85 commit 6d58493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/access.inbox/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
PydioApi.getClient().downloadSelection(userSelection, $('download_form'), 'download');
8484
]]></clientCallback>
85-
<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.">
85+
<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.">
8686
<input_param description="User selection" name="nodes" type="AJXP_NODE[]" mandatory="true"/>
8787
<output type="stream"/>
8888
</serverCallback>

0 commit comments

Comments
 (0)