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

        jonathan Jonathan Reissmueller created issue -
        jonathan Jonathan Reissmueller made changes -
        Field Original Value New Value
        Sprint 5.12.0 Sprint 1 [ 212 ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Assignee Jonathan Reissmueller [ jonathan ]
        jonathan Jonathan Reissmueller made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        jonathan Jonathan Reissmueller made changes -
        Status In Progress [ 3 ] In Review [ 5 ]
        Resolution Fixed [ 1 ]
        jonathan Jonathan Reissmueller made changes -
        Sprint 5.12.0 Sprint 1 [ 212 ] 5.12.0 Sprint 1, 5.12.0 Sprint 1.5 [ 212, 213 ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked higher
        abdy Abdy Franco made changes -
        Remaining Estimate 0 minutes [ 0 ]
        Time Spent 25 minutes [ 1500 ]
        Worklog Id 17592 [ 17592 ]
        abdy Abdy Franco made changes -
        Status In Review [ 5 ] Closed [ 6 ]

          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