Details
-
Bug
-
Status: Code Review (Post-Commit)
-
Should
-
Resolution: Unresolved
-
None
-
None
Description
First issue:
When we want to save priority with non-unique name we get an error page:
Reproduction steps:
- Go to the System Administration -> Advanced Administration -> Manage Priorities
- Click Add Priority
- Enter name that already exists
- Enter style and rank values
- Click Save Priority
Actual: Error page appears
Expected behavior: User should get validation message that this name already exists
Second issue:
When we want to save priority with empty style we get an error page:
Reproduction steps:
- Go to the System Administration -> Advanced Administration -> Manage Priorities
- Click Add Priority
- Enter name and rank values
- Leave style value empty
- Click Save Priority
Actual: Error page appears
Expected behavior: User should get validation message that style value is required
Acceptance criteria:
- issues mentioned above should be fixed