CRM-21614 - Tag UI doesn't appear to respect reserved tags permission #11469
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.
Overview
If you don't have the reserved tags permission and try to move a reserved tag, it appears you are able to do that (the tag moves to a different branch), but you receive a permissions popup warning and the tag is not actually moved (if you reload it will return to its original location). Fix will need to adjust the UI so that you can't appear to move the tag at all.
Before
After
Tags cannot be moved without permission.