2009/8/13 Paul van der Maden <[email protected]> > > Hello all, > > I'm setting a few fields during the pre process step of editing a document. > I do this only once so I check if a certain element has a value. If not I > insert it, if it does I do nothing. Now when copying a document the values > set during the pre process step of the original document are also copied and > won't be reset during the pre process step because the value already exists. > > Is there a way to reset certain fields during copying a document?
Well a copy does what it should do: copy the document and its content, not a "copy-and-modify". If you want to change the copy process, have a look at the copy function in editor/src/site/actions/flow/actions.js Jasha > > With regards, > Paul van der Maden > _________________________________________________________________ > Nieuws, entertainment en de laatste roddels. Je vind het op MSN.nl! > http://nl.msn.com/******************************************** > Hippocms-dev: Hippo CMS development public mailinglist > > Searchable archives can be found at: > MarkMail: http://hippocms-dev.markmail.org > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html > > ******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
