PM-2227 DesignerBPMN>Triggers>PMFunction : La function "userUpdate" modifica datos del usuario que no se configuraron en el trigger.

Causa : Este fue ocaciona a la confusion de 2 labels que poseian similar nombre.
Solució Se corrigio ese detalle.
This commit is contained in:
dheeyi
2015-04-13 17:22:52 -04:00
parent b7123c7c98
commit 75cfdae56e

View File

@@ -2133,7 +2133,7 @@ function PMFCreateUser ($userId, $password, $firstname, $lastname, $email, $role
* @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#PMFUpdateUser.28.29
*
* @param string(32) | $userUid | User UID | The user UID.
* @param string(32) | $userName | User ID | The username for the user.
* @param string(32) | $userName | Username | The username for the user.
* @param string(32) | $firstName=null | Firstname of the user | Optional parameter. The first name of the user, which can be up to 50 characters long.
* @param string(32) | $lastName=null | Lastname of the user | Optional parameter. The last name of the user, which can be up to 50 characters long.
* @param string(32) | $email=null | Email the user | Optional parameter. The email of the user, which can be up to 100 characters long.