Describe the bug
We don't have any validation for name uniqueness before trying to insert a new application.
It's erroing out without proper validation message. We should add validation in the front-end before-hand, and proper handling on the backend.
To Reproduce
- Create application "test"
- Archive application "test"
- Try creating new application "test"
Describe the bug
We don't have any validation for name uniqueness before trying to insert a new application.
It's erroing out without proper validation message. We should add validation in the front-end before-hand, and proper handling on the backend.
To Reproduce