PM-1127 Change following text in the Trigger Wizard
Causa: Labels y titles definidos previamente con esa descripcion. SolucióModificar las descripciones.
This commit is contained in:
@@ -2771,7 +2771,7 @@ function PMFUnpauseCase ($caseUid, $delIndex, $userUid)
|
||||
*
|
||||
* @method
|
||||
*
|
||||
* Add case note.
|
||||
* Add a case note.
|
||||
*
|
||||
* @name PMFAddACaseNote
|
||||
* @label PMF Add a case note
|
||||
@@ -2783,7 +2783,7 @@ function PMFUnpauseCase ($caseUid, $delIndex, $userUid)
|
||||
* @param string(32) | $userUid | ID user | The unique ID of the user who will add note case.
|
||||
* @param string | $note | Note of the case | Note of the case.
|
||||
* @param int | $sendMail = 1 | Send mail | Optional parameter. If set to 1, will send an email to all participants in the case.
|
||||
* @return int | $result | Result of the add case note | Returns 1 if the note has been added to the case.; otherwise, returns 0 if an error occurred.
|
||||
* @return int | $result | Result of the add a case note | Returns 1 if the note has been added to the case.; otherwise, returns 0 if an error occurred.
|
||||
*
|
||||
*/
|
||||
function PMFAddCaseNote($caseUid, $processUid, $taskUid, $userUid, $note, $sendMail = 1)
|
||||
|
||||
Reference in New Issue
Block a user