Description of problem: New VM Pool dialog is closed after a pool name field validation Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Open the New Pool dialog 2.Enter in the Name field invalid value : for example : z??z?? 3.Try to save Actual results: You will get a error message and the dialog is closed Expected results: The dialog should stay open after the error message is displayed and give you a chance to fix the name and save all your other settings Additional info:
name uniqueness validation requires a query request to the server (unlike most field validations). this used to be "impossible", but today we already have name uniqueness validation in several dialog - just need to apply the same logic for the New VM Pool dialog as well.
might be similar to bug 1139683
*** Bug 1139683 has been marked as a duplicate of this bug. ***
Verified with ovirt-engine-3.6.0-0.0.master.20150627185750.git6f063c1.el6.noarch.
oVirt 3.6.0 has been released on November 4th, 2015 and should fix this issue. If problems still persist, please open a new BZ and reference this one.