Merged in dheeyi/processmaker/HOR-406 (pull request #3802)

HOR-406
This commit is contained in:
Julio Cesar Laura Avendaño
2016-03-08 12:09:49 -04:00
4 changed files with 27 additions and 5 deletions

View File

@@ -285,11 +285,11 @@ class Light extends Api
'user' => array(
'USR_UID' => 'userId'
),
'prevUser' => array(
'PREVIOUS_USR_UID' => 'userId',
'PREVIOUS_USR_FIRSTNAME' => 'firstName',
'PREVIOUS_USR_LASTNAME' => 'lastName',
'PREVIOUS_USR_USERNAME' => 'fullName',
'currentUser' => array(
'USR_UID' => 'userId',
'USR_FIRSTNAME' => 'firstName',
'USR_LASTNAME' => 'lastName',
'USR_USERNAME' => 'fullName',
),
'process' => array(
'PRO_UID' => 'processId',