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: Open
    • Priority: Major
    • Resolution: Unresolved
    • 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:
            Unassigned
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:

              Agile