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
Field | Original Value | New Value |
---|---|---|
Sprint | 5.12.0 Sprint 1 [ 212 ] |
Rank | Ranked higher |
Assignee | Jonathan Reissmueller [ jonathan ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Sprint | 5.12.0 Sprint 1 [ 212 ] | 5.12.0 Sprint 1, 5.12.0 Sprint 1.5 [ 212, 213 ] |
Rank | Ranked higher |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 25 minutes [ 1500 ] | |
Worklog Id | 17592 [ 17592 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |