Forums / General / send parameters to edit
Yannick Komotir
Thursday 11 September 2008 4:26:19 am
Hi,i read in official documentation of Exponential 4.0 folllowing lines
In Exponential versions prior to 3.9, you cannot pass custom view parameters to the ”edit” view of the ”content” module. From 3.9, it is possible and thus you can use custom view parameters in the ”edit.tpl” templates...
But i can't make it, when I put the link in the form http://www.example.com/content/edit/13/03/eng-GB/(color)/green/(amount)/34, once on the page I lost all the additional information address becomes http://www.example.com/content/edit/13/03/eng-GB.
I need your helps, or else is there another way to send somes values to an edit view?
Thank's for your helpYan
<|- Software Engineer @ eZ Publish developpers -|> @ http://twitter.com/yannixk
Gabriel Finkelstein
Friday 12 September 2008 7:48:32 am
If you can't work it out, you could use session variables instead.
André R.
Friday 12 September 2008 9:39:22 am
might be related to:http://issues.ez.no/IssueView.php?Id=13186&activeItem=7
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Monday 15 September 2008 6:53:48 am
Thank's for your answers, i try to do it