Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.0-b1
-
Component/s: None
-
Labels:None
Description
Let's add a setting which allows us to only disable config options instead of disabling and hiding them.
Add a column to the package_option_groups table
`hide_options` TINYINT(1) UNSIGNED NOT NULL DEFAULT '1';
In the interface add a cog icon to the config option logic widget which links to page with the box title "Configurable Option Logic - Settings"
This page will only show one checkbox labeled "Hide disabled options"
Update the config option logic message to talk about enabling/disabling options instead of showing/hiding them.
Update the logic js to only hide if hide_options is set to 1.