- 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)
- 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.
- Added Unpause time field when pause case.
- 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.46
- Cuando se configura de forma erronea los datos de la BD de la lista Cache Builder no realiza una revision.
- Added Permission check in the connection established.
- Cuando se configura de forma erronea los datos de la BD de la lista Cache Builder no realiza una revision.
- Validation Setup MySql Root Password in Cache Builder.
- Problem with negative character in masks
- Solved problem with negative character in masks, if the negative
character is not in the same mask is accepted data input by keyboard
* Available from version ProcessMaker-2.0.46
- En Home/Documents vamos a la paginacion y al darle click para ir a la pagina 2 no vemos los docuemetos faltantes, viendo que tenemos mas de 100 documentos.
- Changed file extension of pdf to doc.
- Al repoblar la tabla no se estaba considerando la validacion agregada cuando se actualiza el registro
- Se agrego la validacion faltante al momento de popular toda la tabla
- When login with wrong credentials currently the error message is specific to what the login error is ("WARNING: User not registered!" for wrong User name and "WARNING: Wrong password" for wrong password).
- Changed Message Wrong login to generic.
- No es posible ejecutar un caso con Report Table. Se realizo el proceso en la versión estable de la 2.0.45, el proceso corrio con normalidad pero al realizar upgrade a la versión 2.0.46-testing.7, y al ejecutar un caso del mismo proceso, despliega un warning, haciendo imposible su ejecución.
- Removed from the listbox of grid field of the selection of the fields.