-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
None
-
2
-
Severity 3 - Minor
-
No
Issue Summary
Saving a dependency tag in lower case and then later saving the same tag in uppercase, causes both the tags to be pulled in the tags field creating duplicates.
This issue is reproducible in on-premise instance.
Steps to Reproduce
- Add a tag "XYZ" in the tag field in a Dependency and save it
- Open another Dependency and add the same tag in a different case - "xyz" and save it
- Notice that upon saving, the tag field will get populated with tags XYZ and xyz
Expected Results
Dependency tag field is case sensitive and saving a dependency tag in lower case and then later saving the same tag in uppercase, considers it as the same tag.
Actual Results
Saving a dependency tag in lower case and then later saving the same tag in uppercase, causes both the tags to be pulled in the tags field creating duplicates.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available