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

Logicboxes: Unable to create service with "use module" unchecked

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.11.1
    • Component/s: None
    • Labels:
      None

      Description

      To reproduce:

      • Create a tld using logicboxes
      • Start creating a new domain through the admin interface
      • Uncheck "Provision the domain using the registrar module when activated"
      • Try to create the domain
      • Receive error "Required parameter missing: domain-name"

      To resolve update components/module/logicboxes.php around line 415 from

                      $order = array_intersect_key($vars, ['domain-name' => '']);
      

      To

                      $vars['domain-name'] = $vars['domain'] ?? '';
                      $order = array_intersect_key($vars, ['domain-name' => '']);
      

        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:
              10/Mar/25

              Time Tracking

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

                Agile