To reproduce:
1. Create an option group
2. Create 2 drop down options with 3 values each and assign them to the group
3. Create 2 condition sets for option 2
- One that shows option 2 value 2 if option 1 value 3 is selected
- The next that shows option 2 value 2 if option 1 value 2 is selected
4. Assign the option group to a package
5. Create a service and select value 2 for both options
6. Edit the service
7. See that value 1 is selected for option 2
The reason for this is that the first set evaluates as false, and disables value 2. The second set then re-enables the value but does not reselect it.