-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix OCS Share API response for requests contain "include_tags" parameter
- Loading branch information
1 parent
d797555
commit a35be4d
Showing
4 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Bugfix: fix OCS Share API response for requests contain "include_tags" parameter | ||
|
||
Sending "include_tags" request parameter for OCS Share API was led to duplicated share entries in API response. | ||
This bug has been fixed by using share_id instead of file_id when populating tags. | ||
Also, the tag generation helper method simplified by customizing it for only shares. | ||
|
||
https://github.com/owncloud/core/issues/37084 | ||
https://github.com/owncloud/core/pull/37088 |