* Remove check workflow.

This commit is contained in:
chaideqing
2023-04-24 16:40:55 +08:00
parent cd47db15c8
commit 10c7ddac8f
2 changed files with 0 additions and 42 deletions
-13
View File
@@ -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;
}
}