You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create three folders "accepted", "pending", "rejected"
Share all three with "user2"
Login as "user2"
Go to the "shared with me" page. All three shares appear pending.
For "accepted" click on "Accept"
For "rejected" click on "Decline"
Refresh the page
Select all three shares with the top checkbox
Click "Delete" on the top bar to batch delete
Expected result
All shares are now declined
Actual result
Errors occur because the wrong request is sent: a Webdav DELETE is sent instead of an OCS Share API call for declining. This is because the batch delete button uses the code path for file deletion.
Need to branch the code path to use the share API when batch declining.
Steps
Expected result
All shares are now declined
Actual result
Errors occur because the wrong request is sent: a Webdav DELETE is sent instead of an OCS Share API call for declining. This is because the batch delete button uses the code path for file deletion.
Need to branch the code path to use the share API when batch declining.
Version
master (actually found on #3049)
The text was updated successfully, but these errors were encountered: