Actions
Feature #4109
closedForce user to select a unique label when creating/editing products
Description
The standard behavior for handling the case when a user attempts to use a Label value that has already been used in the context they're in is to prevent the change and display the message:
```
Label has already been taken
```
However, when creating new products, if you attempt to use a value for the Label field that has already been used, a GUID is automatically generated and the product is successfully created. In order to standardize the expected behavior, I'd argue that the user should be forced to either use a unique Label value or allow the application to create a unique GUID.
Created: omaciel on March 08, 2013 17:24 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/1720
Actions