* Remove check workflow.
This commit is contained in:
@@ -2979,17 +2979,4 @@ class executionTest
|
||||
}
|
||||
return $executionIDList;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get user custom workflow field.
|
||||
*
|
||||
* @param string $moduleName
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getExtendFieldsTest($moduleName = 'project')
|
||||
{
|
||||
$extendFields = $this->executionModel->getExtendFields($moduleName);
|
||||
return $extendFields;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user