Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
Trunk
-
None
-
None
Description
At this time, when you display a list with search criteria, pagination information and/or sort paramerters, if you update an element of this list with a update area, you loose all of them.
Example:
<form name="ListProductMeters" type="list" list-name="productMeters" target="updateProductMeter" paginate-target="ListProductMeters"> <actions> <entity-condition entity-name="ProductMeter">... </actions> <auto-fields-service service-name="updateProductMeter"/> <field name="meterName"><text size="20"/></field> <field name="updateButton"><submit/></field> <on-event-update-area event-type="paginate"/> <on-event-update-area event-type="sort-column"/> <on-event-update-area event-type="submit"/> </form>
Or this works well if you move an next page sort the list.
I propose to use the same idea for each event that realize a modification of an element in the list and after refresh it