- Texto "required field" del pie de creacion de campos de un dynaform no se visualiza.
- Problema resuelto, el texto "required field" del pie de creacion de campos de un dynaform,
se visualiza en los en Firefox, IE y Chrome.
* Available from version ProcessMaker-2.5.1-testing.2
- Los campos requeridos que aceptan caracteres alfanumericos, no validan los espacios.
- Problema resuelto, en los campos requeridos de tipo alfanumericos, se validan los espacios en blanco si son
ingresados como unico valor en el campo.
* Available from version ProcessMaker-2.5.1-testing.2
- Los labels con tags html se ven en inbox, participated, draft pero no se visualizan en el summary como se
define en el proceso.
- Problema resuelto, se ha codificado los tags html para su correcta visualizacion en el Summary.
* Available from version ProcessMaker-2.5.1-testing.2
- Imagenes de calendario se desalinean luego de agregar mas de una fila en grillas.
- Problema resuelto, el calendario se muestra correctamente al agregar filas en las grillas
* Available from version ProcessMaker-2.5.1-testing.2
- Date time picker con hora habilitado no funciona apropiadamente (bug 11060)
- El Datepicker no se muestra de manera correcta (bug 11225)
- Solved problem, with reference to bug 11060, added button "Done" when time is displayed
- Solved problem, with reference to bug 11225
* Available from version ProcessMaker-2.5.1-testing.2
- Los botones tipo SUBMIT de los formularios, no llegan en el array del POST.
- Problema resuelto, los botones tipo Submit ahora son enviados con el formulario.
* Available from version ProcessMaker-2.0.47 (2.5.1)
- Use another variable name, like __dynaformSVal__, __usernameLogged__ to prevent that someone overwrite the value.
- Rename variables to avoid duplicates.
- Los botones principales se muestran desconfigurados
- problema resuelto, se ha agregado estilos para mostrar de manera correcta los botones
* Available from version ProcessMaker-2.0.47 (2.5.1)
- Link fields not is correct when an row is deleted in grid
- Solved problem, Link fields is correct when an row is deleted in grid
* Available from version ProcessMaker-2.5
-If a grid has a date field, the datepicker is shown away from the
dynaform.
-Solved, now the datepicker is shown in its right place on a grid inside
a dynaform.
-If a grid has a date field, the datepicker is shown away from the
dynaform.
-Solved, now the datepicker is shown in its right place on a grid inside
a dynaform.
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
$ ./processmaker upgrade
$ ./processmaker build-js
$ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
Example:
browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
- 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)
error: The current trigger editor has no syntax check
Sol: Using CodeMirror as well as XMl editor, will give trigger editor the feature that it needs. + removing auto tabs at code begin.
- 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