Thursday 30 April 2009 11:19:31 am
Hi,
I have a list of equipments, and the user can filter the list on the color (ie: all the "red" equipments):
- from the list, it possible to edit one of the equipment - from the edit page, I want to put a <i>Back To The List</i> button, that will go back to the list of equipement, filtered on the color initally chosen by the user <b>How can the system remember the value of the color filter ?</b> I tried to pass view_parameters to the URL, but it failed. When I provide such a link: http://www.site.com/content/edit/5725/(filterColor)/red
it takes me to: http://www.site.com/content/edit/5725/3/eng-GB
and I loose the (filterMethodType) parameter I have also tried to set a global variable in my first page, but I cannot read it in the edit template. Do you have any idea how I could do this (I am using eZ Publish 4.0.3) ?
Thank you for your help, Hakim
|