Issue:
Al ir a la siguiente pagina en los listados, se cambia el orden a ascendente
Cause:
Al hacer click en el paginador el atributo "currentOrder" no se actualiza para
el objeto instanciado de la clase "G_PagedTable"
Solution:
Se actualiza el atributo "currentOrder" del objeto, esto cuando se hace click
en el paginador
- 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.
- Added sortable attribute in propelTable.
- 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.
- Added sortable attribute in propelTable.
- 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.
- We verified that in searches reappears previous value.
- Was modified the class.propelTable for not to show the parameter in the following search, besides a validation for triggers was written.
- The main problem was on the onclick user functions were being setting up on paged tables headers, (with gulliver vars like @QSTEP_UID, etc) that were not replacing properly beuase are headers and not normal rows!!, that was wrong and causing the famous problem of "Conditional Compilation Error" on IE
- Finally this problem is solved leaving the onclick events for those hheaders only with doSort() at propeltable function.