Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.0-b1
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Create a config option group
- Create two drop-down config options (one with two values and another with four)
- Edit the group option logic
- Make Option2 Value2 dependent on Option1 Value2 being selected
- Make Option2 Value1 dependent on Option1 Value1 being selected
- Start adding a service through the admin interface that uses the option group
- When the page loads, the second dropdown is hidden, instead it should show the values with no condition and the one dependent on Option1 Value1 being selected
- Select Option1 Value2 and see that Option2 Value1 is selected even though it is no longer an option in the dropdown