-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Steps
- Create a folder "test"
- Create three link shares with different names for that folder
- Mark folder as favorite
- Go to "Shared with link"
- Observe the network console for "/ocs/v1.php/apps/files_sharing/api/v1/shares?format=json&include_tags=true"
Expected result
Three share entries with different ids, each corresponding to the three link shares.
Actual result
Three identical share entries, all with the same id
Version
ownCloud 10.4.1 pre-alpha from git master 433ba3e
I suspect that this is a very old bug and never got discovered before. Probably related to the way how "include_tags" is working to inject the favorite information which is considered a tag, the problem will likely happen as well when setting tags on the entry.
Reactions are currently unavailable