Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: None
 - 
            Fix Version/s: 5.11.0
 - 
            Component/s: None
 - 
            Labels:None
 
Description
To reproduce:
- Create a config option group "LogicTest"
 - Create a checkbox config option "Sample" with value 1
 - Create a dropdown option "color" with values "blue" and "red"
 - Edit the option logic for LogicTest and make the color "red" conditional on the "sample" box being checked
 - Create a package with the option group assigned
 - Create a service through the admin interface, option logic disabled, with sample unchecked and red selected
 - Edit the service in the admin interface and see that the correct options are selected (sample unchecked and red selected)
 - Edit the service in the client interface and see that the wrong options are selected (sample unchecked and blue selected)