Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.10.1
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Install and configure namecheap
- Start adding a package
- Select namecheap
- See a list of tlds with each repeated 3 times
To resolve:
In components/modules/namecheap around line 1649 change:
if (!isset($tlds[$tld])) {
$tlds[] = $tld;
}
to
if (!isset($tlds[$tld])) {
$tlds[$tld] = $tld;
}
Activity
Field | Original Value | New Value |
---|---|---|
Sprint | 5.11.0 Sprint 1 [ 201 ] |
Rank | Ranked higher |
Rank | Ranked higher |
Status | Open [ 1 ] | In Review [ 5 ] |
Assignee | Jonathan Reissmueller [ jonathan ] | |
Resolution | Fixed [ 1 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 6 minutes [ 360 ] | |
Worklog Id | 17143 [ 17143 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |