Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.2
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Create a package group with at least one package
- Create two addon package groups with different names and assign them to the first package group
- Create an order form for the original package group
- Order an item from that form
- See that the first addon group is listed twice
To resolve change plugins/order/controllers/config.php around line 307 from
foreach ($addon_groups as $key => $addon_group) {
To
foreach ($addon_groups as $key => &$addon_group) {
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Sprint | 5.2.0 Sprint 3 [ 140 ] |
Rank | Ranked lower |
Rank | Ranked higher |
Summary | Duplicate addon groups being shown | Order: Duplicate addon groups being shown |
Sprint | 5.2.0 Sprint 3 [ 140 ] | 5.2.0 Sprint 2 [ 135 ] |
Rank | Ranked lower |
Rank | Ranked higher |
Status | Open [ 1 ] | In Review [ 5 ] |
Assignee | Jonathan Reissmueller [ jonathan ] | |
Resolution | Fixed [ 1 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 31 minutes [ 1860 ] | |
Worklog Id | 15145 [ 15145 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |