-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Creating a new product can override an existing one #445
Comments
I get a warning when trying to overwrite my test storyline, but I kept the autogenerated UUID. Might be an issue with custom identifiers? |
I believe we originally decided to allow the overwriting of storylines. UAT currently has this message when you attempt to do this I think we might want to introduce the ability to delete storylines and free up UUIDs from an admin panel. For now I agree that its probably best to prevent this. I'll bring this up at the next platform meeting. |
Maybe we should allow a product owner to overwrite their own products? Seems like at the moment I can overwrite any product. Either way we should probably display a warning of some sort. |
Remove the ability to overwrite a storyline. If a UUID already exists, the user cannot create a new storyline with that UUID. |
Description
The app is currently allowing you to create a product with the UUID of an already existing product. An error used to pop up when attempting this.
Should we even be showing products that already exist when trying to create a new product? Maybe we should disable this.
Environment
Screenshots
Steps to reproduce
Create New Storylines Product
Expected behavior
An error should appear if trying to use a UUID that is already in use.
The text was updated successfully, but these errors were encountered: