- En la asignación de triggers a un Step, es difícil poder mover la posición de un trigger (en cualquiera de las opciones: Before, After, Before Assignment, Before Routing,etc)con el Down y Up.
- Validation editing of the triggers, for not to order.
- El ordenamiento por version en el Plugins manager no funciona.
- Problema resuelto, en la lista de Plugins Manager que se encuentra en ADMIN -> Plugins, se inhabilito el ordenamiento
de la columna version.
* Available from version ProcessMaker-2.0.47 (2.5.1)
- Advanced Search. Opcion Category muestras las categorias desordenadas.
- Problema resuelto, En la busqueda avanzada, en category se ordeno de forma ascendente los valores.
* Available from version ProcessMaker-2.0.47 (2.5.1)
- In cases list displays processes in disorder (in dropdown process)
- Solved problem, displays processes orderly
* Available from version ProcessMaker-2.0.47 (2.5.1)
- Event of adding a new line couldn't work with dependent field in Grid
- Solved problem, variable had the incorrect value (ie when it had a grid with dependent fields)
* Available from version ProcessMaker-2.0.47 (2.5.1)
- When you send an empty string in the parameter "Code" always returns 0. When you enter the correct parameters always returns 1.
- Changed documentation of the return value.
Was added $dir like the parameter who receives the path for the files upload and download from Alfresco Server.
To prove, must create a proces with the 'UploadDoc' and 'DownloadDoc' functions.
Was added $dir like the parameter who receives the path for the files upload and download from Alfresco Server.
To prove, must create a proces with the 'UploadDoc' and 'DownloadDoc' functions.
- Al momento de pausar un caso se requiere que el dato de Unpause Date sea mas especifico colocando adicional a ello la hora en que se quiere el Unpause.
- Adjustment Unpause time field when pause case.
BUG 10921 "When changing the password, the old password..." SOLVED
- When changing the password, the old password should be
required (and verified)
- Problem solved, added a new field to validate the user, when changing
the password (user's profile)
* Available from version ProcessMaker-2.0.47 (2.5.1)
- New feature, add subtitles inside a drop-down
- Solved problem, added grouping elements in DropDowns
- If a DropDown has enabled optgroup, an example with SQL would be the following:
(SELECT 'optgroup1' AS UID, 'Users' AS NAME)
UNION
(SELECT USR.USR_UID AS UID, USR.USR_USERNAME AS NAME
FROM USERS AS USR
WHERE USR.USR_USERNAME <> '' AND USR.USR_USERNAME LIKE 'u%'
)
UNION
(SELECT 'optgroup2' AS UID, 'Countries' AS NAME)
UNION
(SELECT COUNTRY.IC_UID AS UID, COUNTRY.IC_NAME AS NAME
FROM ISO_COUNTRY AS COUNTRY
WHERE COUNTRY.IC_NAME LIKE 'b%'
)
* Available from version ProcessMaker-2.0.47 (2.5.1)