Duncan, Versioning is only (currently) available on data types.
What you can probably do is artificially create versioning of containers on a page. When a draft version of a page is created it is given a new unique identifier (ObjectID). All elements associated with the approved page are copied to the draft record. This includes container content. As long as the container name includes the ObjectID, you should now be able to edit the contents of the containers in the draft page by using show draft or the preview button. These changes shouldn't affect the live/approved page. Approving the edited page should send the container changes live as well. This done, in theory, you should now be able to roll back a page and it should bring back the container content as well. I have to say that this is entirely untested on my part - only supposition. Regards Stephen On 13/12/2007, Duncan <[EMAIL PROTECTED]> wrote: > > > Hi Jake - thanks for the response. From the tests i have conducted it > appears that although the page is versioned the containers remain the > same. Reading through the documentation regarding versioning suggests > versioning is available on all objects but needs to be switched on - > most objects have versioning switched on by default. Is it possible > to switch on versioning for containers? > > Duncan > > On Dec 12, 11:38 pm, "Jake Churchill" <[EMAIL PROTECTED]> wrote: > > Based on what I know, they are tied directly to the ObjectID of the > > containing HTML object. That is, assuming the container name contains > > #stObj.objectID# in it. If that is the case then the version of the > > container is directly tied to the version of the HTML object, therefore, > if > > an HTML object is rolled back, the content in its containers should be > > rolled back as well. Of course, there is a good possibility that I'm > wrong > > about this as well. > > > > On Dec 12, 2007 10:41 AM, Duncan <[EMAIL PROTECTED]> wrote: > > > > > Can anybody tell me whether containers are versioned (e.g. archived, > > > rollback)? if not can they be? > > > > > Thanks, > > > Duncan > -- Stephen Moretti Blog : http://nil.checksite.co.uk/ Twitter : http://twitter.com/mr_nil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
