Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4990

ConnectReseller: Unable to unlock domain

    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:

      1. Create a domain
      2. Go to the settings tab on the service
      3. Enable the registrar lock
      4. Attempt to disable the registrar lock
      5. 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

        There are no comments yet on this issue.

          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:
              15/Dec/23

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 9 minutes
              9m

                Agile