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
When a resource is shared with a user and propfind is done to that resource from sharer with the body <oc:share-types />, the response will be 0. Even if the user is deleted, the value doesn't change.
Same goes with the group.
The value becomes empty only when the resource is unshared with the user or group but when they are deleted, the propfind property retains the previous value
Steps to reproduce
Create a user admin and einstein
2.create a folder test
3.Share the folder with einstein
S-Panta
changed the title
PROPFIND request to resource shared with user when deleted retains it's sharetype property
PROPFIND request to resource shared with user when deleted retains it's <oc:share-type> property
Jun 25, 2024
Describe the bug
When a resource is shared with a user and propfind is done to that resource from sharer with the body
<oc:share-types />
, the response will be 0. Even if the user is deleted, the value doesn't change.Same goes with the group.
The value becomes empty only when the resource is unshared with the user or group but when they are deleted, the propfind property retains the previous value
Steps to reproduce
admin
andeinstein
2.create a folder
test
3.Share the folder with einstein
Expected behavior
The XML response for sharetype should be empty
Actual behavior
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: