- 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
- 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
- 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)
- Problem in dependent fields with suggest field in grids
- Solved problem in dependent fields with suggest field in grids
- The QA team should test with (in grids):
suggest -> suggest -> suggest
suggest -> dropdown -> suggest
dropdown -> suggest -> suggest
dropdown -> suggest -> dropdown
text -> suggest -> suggest
text -> suggest -> text
* Browsers IE7, IE8, IE9, Firefox and Chrome
* Available from version ProcessMaker-2.0.46
Al hacer uso de cualquier funcion que realiza operaciones entre columnas de una grilla, el resultado siempre es redondeado a pesar de que los valores contengan decimales.
Al hacer uso de una formula para operaciones entre columnas de una grilla el resultado siempre es redondeado a pesar de que los valores contengan decimales.
PROBLEM cannot addrows into a grid after change the preview tab, seemd ther are two different instances of grid.
FIX grid.js was taking the ancient instange of the grid, since a new one is been displayed th old not. the addGridRow() method not points to the new instance.
PROBLEM cannot addrows into a grid after change the preview tab, seemd ther are two different instances of grid.
FIX grid.js was taking the ancient instange of the grid, since a new one is been displayed th old not. the addGridRow() method not points to the new instance.
PROBLEM cannot addrows into a grid after change the preview tab, seemd ther are two different instances of grid.
FIX grid.js was taking the ancient instange of the grid, since a new one is been displayed th old not. the addGridRow() method not points to the new instance.
- New feature
- File field for each grid line
- Added "file" element in grids
- The QA team should test with:
* Grids in mode edit/view
* INPUT property (http://wiki.processmaker.com/index.php/2.0/Files)
* KnowledgeTree plugin
* And other cases
* Available from version 2.0.45
- SUM and AVG functions does not work correctly in Grids
- No one takes into account the attribute "Decimal Separator"
- Problem solved, SUM and AVG functions now take into account the
attribute "Decimal Separator"
* Available from version 2.0.44
- When you delete a row of a grid in any order (not in sequential order)
and then add a new row, dependent fields do not work.
- Problem solved, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
- When you delete a row of a grid in any order (not in sequential order)
and then add a new row, dependent fields do not work.
- Problem resuelo, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
- Style attribute defined in XML Dynaform for a field, not reflected in
the grid this in IE
- Solved the problem, now we consider the attributes defined in the XML
- se encontro este problema,pero como nota es valido resaltar que no es permitido tener las mismas variables en el formulario que en la grilla
- se soluciono este problema haciendo los arreglos correspondientes.
- la sumatoria de este bug estaba solucionado,
- lo que se aumento son las mascaras , su visibilidad y su no afecto a las formulas nu las umatorias y promedio.
- The grid calculate total always shows NAN before fill this column.See attachment.The processmaker version 2.0.37 still has this problem.
- Adjustment in the calculation of values(sum,avg) to insert or delete a new row.