On Oct 29, 7:47 am, Marco van den Oever <[email protected]> wrote: > Strange thing is that i only use getdata for the related arrays, so > that shouldn't create any extra record. > But it must be the presence of those array fields in the ft:object > that indeed trigger some stuff.
Without delving into the bowels of fourQ... I believe that array relationships cannot be temporary -- when you make a reference in an array it is immediate for that objectid. In the case of an object being held only in session, ie. has no persistence in the data model, the framework automatically commits the object (if possible) and then sets up the array reference. This is why you cannot have array references in "form types"; form types are basically content types without persistence and are built in ./packages/forms. For example, in the case of config items. Hope that helps, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
