[stable10] Backport of Fix systemtatgs get,create and update API#34610
Merged
[stable10] Backport of Fix systemtatgs get,create and update API#34610
Conversation
Fix systemtags get, create and update API. Due to recent changes made to add static tags, the API changes are not compatible with the older version. Hence to make them work as before, minor changes are made. Signed-off-by: Sujith H <sharidasan@owncloud.com>
11 tasks
Contributor
Author
|
Original PR: #34604 |
Codecov Report
@@ Coverage Diff @@
## stable10 #34610 +/- ##
==============================================
+ Coverage 63.99% 63.99% +<.01%
- Complexity 19223 19229 +6
==============================================
Files 1272 1272
Lines 75703 75712 +9
Branches 1291 1291
==============================================
+ Hits 48446 48455 +9
Misses 26878 26878
Partials 379 379
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## stable10 #34610 +/- ##
==============================================
+ Coverage 63.99% 63.99% +<.01%
- Complexity 19223 19229 +6
==============================================
Files 1272 1272
Lines 75703 75712 +9
Branches 1291 1291
==============================================
+ Hits 48446 48455 +9
Misses 26878 26878
Partials 379 379
Continue to review full report at Codecov.
|
This was referenced Apr 15, 2019
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix systemtags get, create and update API.
Due to recent changes made to add static tags,
the API changes are not compatible with the
older version. Hence to make them work as
before, minor changes are made.
Signed-off-by: Sujith H sharidasan@owncloud.com
Description
Because of recent changes made to add static tags, there were changes made to
getTag,createTagandupdateTag. As a result they were not compatible with the older versions of oC. For example: when any of these methods were called by the user without last argumentuserEditable, the results were not as expected. The user gets result which were incorrect. Hence this change would help to rectify this problem. The API's should not break.Related Issue
Motivation and Context
Fix the API breakage that happened in the systemtags for
getTag,createTagandupdateTagmethods.How Has This Been Tested?
And the output captured for the values in
$tag:Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: