Merged in bugfix/HOR-3967 (pull request #6109)

HOR-3967

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
David Callizaya
2017-10-20 23:11:53 +00:00
committed by Paula Quispe
45 changed files with 424 additions and 104 deletions

View File

@@ -89,6 +89,18 @@ class Process extends Api
}
}
/**
* Update a process by UID.
*
* @param string $processUid
* @param array $request_data
*
* @return array
* @throws RestException
*
* @access protected
* @class AccessControl {@permission PM_FACTORY}
*/
public function put($processUid, $request_data = null)
{
$response = array();