Description of problem: There's a wrong wording in an error displayed when user is trying to add a group without a name. The error currently reads: "Description can't be blank" But it should be: "Name can't be blank" There is no Description field available when trying to add a new group. Version-Release number of selected component (if applicable): 5.9.0.17 How reproducible: Always Steps to Reproduce: 1. Navigate to Administrator -> Configuration, Access Control -> Groups 2. Configuration -> Add a new Group 3. Supply Role and Product/Tenant, do NOT enter Name 4. Click Add, notice the error Actual results: "Description can't be blank" Expected results: "Name can't be blank" Additional info:
This PR has fixed the issue: https://github.com/ManageIQ/manageiq-ui-classic/pull/3200 Please re-test with latest build.
Groups have no Names, just Descriptions, per PR comments. UI code has been adjusted accordingly.
Tested in 5.10.0.8.20180801220537_afb552b The group add form correctly reflects an empty description in the flash message displayed. There is no name field to test.