Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.0-b1
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Create a domain
- Go to the settings tab on the service
- Enable the registrar lock
- Attempt to disable the registrar lock
- See that it fails
Possible solution:
in components/modules/connectreseller/connectreseller.php around line 1494 change:
if (!empty($post['registrarlock'])) {
To
if (array_key_exists('registrarlock', $post)) {
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.9.0 Sprint 4 [ 187 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] |
Jonathan Reissmueller
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jonathan Reissmueller
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 9 minutes [ 540 ] | |
Worklog Id | 16666 [ 16666 ] |
Abdy Franco
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |