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 using the custom tags functionality of an entity in Ziti, it seems there is either an indexing issue or error condition where a single tag cannot be removed or updated unless there are at least 2 or more tags present. This problem presents itself at least when using a REST interface like CURL or ZAC.
Scenario:
Add a tag and give it a value. This works.
Try to remove or edit that tag's value (or even its name). This fails, the update returns as if it was accepted, but it does not change anything.
Add another tag and value. Now you have two tags/values. This works.
Modify either of these tags. This works.
Delete a tag. This works, and you now have one tag.
Try to delete or modify the last tag. This fails.
The text was updated successfully, but these errors were encountered:
When using the custom tags functionality of an entity in Ziti, it seems there is either an indexing issue or error condition where a single tag cannot be removed or updated unless there are at least 2 or more tags present. This problem presents itself at least when using a REST interface like CURL or ZAC.
Scenario:
The text was updated successfully, but these errors were encountered: