Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.2.23, 3.0.25, 4.0.5, 4.2.0rc1
-
Fix Version/s: 4.0.7rc1, 4.2.1rc1, 4.4.0alpha1, 4.4 (plan)
-
Component/s: Frontend (F)
-
Labels:
-
Team:Team D
-
Sprint:Sprint 50 (Mar 2019), Sprint 51 (Apr 2019)
-
Story Points:0.125
Description
Steps to reproduce:
- Open section Configuration -> Host groups and create host group with names "test".
- Now, navigate to place where multiselect provides option to select existing host groups and create a new one if needed (host editing form in 4.0 or host mass update form in latest versions).
- Try to create a new host group with upper case name "TEST".
Result:
Auto complete doesn't provide option "TEST (new)" because there is already host group with name lowercased "test".
Expected:
Since host groups are case sensitive, multiselect should be able to distinguish "TEST" as new host group.