We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently it is possible to create multiple tags with the same name. Both backend and frontend should implement the logic to avoid this:
Expected Result
An error in the UI stating the name already exist
Current Result
A duplicated tag is created
The text was updated successfully, but these errors were encountered:
PR for the backend here: geosolutions-it/geostore#416
Sorry, something went wrong.
Fix geosolutions-it#10804 Prevent creation of duplicate tags
2ad3bb0
6d97cec
@ElenaGallo, could you please test this on DEV ? Thank you
axl8713
allyoucanmap
Successfully merging a pull request may close this issue.
Description
Currently it is possible to create multiple tags with the same name. Both backend and frontend should implement the logic to avoid this:
How to reproduce
Expected Result
An error in the UI stating the name already exist
Current Result
A duplicated tag is created
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: