Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.0
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Create two package option groups
- Create two package options and assign them to both groups
- Set config option logic on one of the groups
- View the logic on the other group and see that it shows what was set on the first group
To resolve change app/controllers/admin_package_options.php around line 489:
$condition_sets = $this->PackageOptionConditionSets->getAll(['option_id' => $option->id]);
To
$condition_sets = $this->PackageOptionConditionSets->getAll(['option_id' => $option->id, 'option_group_id' => $group->id]);
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Sprint | 5.3.0 Sprint 3 [ 143 ] |
Rank | Ranked lower |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 10 minutes [ 600 ] | |
Worklog Id | 15344 [ 15344 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |