Tuesday 11 October 2005 3:55:37 am
hi, i had the same problem, so i tried changing EditDirtyObjectAction to 'usecurrent' and it works fine with the previously created objects. The problem is that now the button i used to create new objects from that siteacess fails.
I use the following code to create the new contents:
<form name="contidos" method="post" action={"content/action/"|ezurl} >
<input class="text" type="submit" name="NewButton" value="New Article" />
<input type="hidden" name="NewButton" value="Crear contido" />
<input type="hidden" name="ClassID" value="{$mycontentclass_id}" />
<input type="hidden" name="NodeID" value="{$mynode_id}" />
</form> </code> Any suggestion? Otherwise i would need a great efford in managing drafts to avoid asking users about them. Thanks in advance :) .
|