* Modify copy team to 11 select (1 project and 10 execution) when create execution.
This commit is contained in:
@@ -3651,7 +3651,7 @@ class executionModel extends model
|
||||
->markRight(1)
|
||||
->orWhere('id')->eq($projectID)
|
||||
->orderBy('type_asc,openedDate_desc')
|
||||
->limit('9')
|
||||
->limit('11')
|
||||
->fetchPairs();
|
||||
|
||||
$countPairs = $this->dao->select('root, COUNT(*) as count')->from(TABLE_TEAM)
|
||||
|
||||
Reference in New Issue
Block a user