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

RegistrarModule::checkTransferAvailability() needs a better defualt

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.9.0-b2
    • Component/s: None
    • Labels:
      None

      Description

      Right now the method is this:

          public function checkTransferAvailability($domain, $module_row_id = null)
          {
              return true;
          }
      

      It would be better as

          public function checkTransferAvailability($domain, $module_row_id = null)
          {
              return !$this->checkAvailability($domain, $module_row_id);
          }
      

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              5/Jan/24

              Time Tracking

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

                Agile