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
| Field | Original Value | New Value |
|---|---|---|
| Rank | Ranked higher |
| Sprint | 5.10.0 Sprint 3 [ 190 ] |
| Rank | Ranked higher |
| Assignee | Abdy Franco [ abdy ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Remaining Estimate | 0 minutes [ 0 ] | |
| Time Spent | 14 minutes [ 840 ] | |
| Worklog Id | 16741 [ 16741 ] |
| Status | In Progress [ 3 ] | In Review [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | In Review [ 5 ] | Closed [ 6 ] |