Tuesday 08 August 2006 8:42:30 pm
I recently upgraded a large intranet based on eZpublish from version 3.4 to version 3.8. However I have noticed one key feature no longer works. When I edit an existing item I can no longer change the parent node of the item. To do this I set the SetPlacementNodeIDArray[] and MainNodeID to the nodeid of the new parent node.
E.g.
<input type="hidden"
name="SetPlacementNodeIDArray[]"
value="{$newparentnodeid}" />
<input type="hidden"
name="MainNodeID" value="{$newparentnodeid}" /> These fields work when I am creating a new object, however they don't seem to work when editing an existing item. Can someone please confirm weather or not they use similar code in their edit templates and weather it works in eZpublish 3.8?
|