- Al momento de crear o modificar un campo suggest en grids no mostraba la opción de campos dependientes.
Cuando un campo suggest tenia campos dependientes agregaba un espacio en blanco al final de cada atributo dependentfields lo cual desplegaba un mensaje de error.
- Adjustments several in the Suggest on grids.
- PM 2.5.1 Testing 3. No se respeta el rango de fechas definido en el datepicker
- Problema resuelto, cuando se crea un campo "DatePicker" y se define rango de fechas, se mostrara el intevalo de
fechas correctamente.
* Available from version ProcessMaker-2.5.2-testing.1
- El bug se debe a un cambio originado para la validacion de los botones submit (evitar que se haga submit 2 veces)
- Se agregaron las validaciones correspondientes para que no de problemas con la nueva validacion
- El campo formula permite un limite reducido para introducir caracteres
- Problema resuelto, en los DynaForm en su campo "Formula", se aumento su maxlength a 500
* Available from version ProcessMaker-2.5.2-testing.1
- New feature, add subtitles inside a drop-down
- Has created an xml options file specific to the field optgroup
* Available from version ProcessMaker-2.0.47 (2.5.1)
- Javascript doesn't execute when you open a dynaform fort the first time
- Solved problem, JavaScript execute when you open a dynaform in mode preview
* 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)
- New feature
- Add the ability to copy/import Dynaforms
- Copy/Import Dynaform option was added in DESIGNER>DYNAFORMS>New
* Available from version ProcessMaker-2.0.46
- In PROCESSMAKER>DESIGNER>DYNAFORMS>Edit>HTML "Restore Original HTML"
and "Refresh View" buttons remain active after being clicked
- Fixed, now the buttons are reset to it's initial state
* Available from version 2.0.46
PROBLEM The title of the Dynaforms grows up at time to create it from a PM table.
SOLUTION the title should no concat the names of the PM tables in the dynaform table, no it is only assigning the PM table tittle.
PROBLEM The title of the Dynaforms grows up at time to create it from a PM table.
SOLUTION the title should no concat the names of the PM tables in the dynaform table, no it is only assigning the PM table tittle in case the title is empty.
The xml file of dynaform sets 'defaultvalue' with current date when 'defaultvalue_sel' has the value 'today', so I add an 'if' in 'workflow/engine/xmlform/dynaforms/filds/date.xml', to set this value with the value of 'defaultvalue_sel' when this one is 'today'.
- 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