Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4411

Order: Duplicate addon groups being shown

    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

        There are no comments yet on this issue.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              20/Jul/21

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 31 minutes
              31m

                Agile