Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Staff Interface
-
Labels:None
Description
The DB would be something like:
package_option_group_condition_sets
id | option_group_id | option_id |
---|---|---|
auto increment Primary Key | Index 1 | Index 2 |
package_option_group_conditionals
id | condition_set_id | trigger_option_id | condition | value | action |
---|---|---|---|---|---|
auto increment Primary Key | Index 1 | Index 2 | enum(>,<,=,in) | varchar(255) | enum(show,hide) |