Description of problem: A pool name can be updated with empty value. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. go to a pool edit page 2. click Edit button 3. change name to empty and Click on Save Changes button Actual results: The pool's name is set as empty Expected results: Should not allow to set name as empty
Should be able to just add a SQLAlchemy validator to ensure the name is not empty string.
Patch in Gerrit: https://gerrit.beaker-project.org/#/c/4364/
Beaker 21.1 has been released.