Jason Coward
Jason Coward
Why would it kill the relationship; because I'm `get()`ing the field? You would need to manually remove the relationships by unsetting the FK values in `$object1`.
Wait, I didn't realize you were talking about a link table (too early I guess). Though odd, I think you need to unset the related objects in `$object1` because you...
It does make sense, again, because you are essentially working on a copy of the related objects, not the ones actually attached to `$object1`. There is no shared cache for...
I think we would need to use the existing `$cacheFlag` parameter set to `false` to indicate that the results should not be retrieved from nor stored in cache and alter...
Can we clarify this? At the current time, xPDO will always default to the database container's charset/collation when creating a table column. Are you saying we need to allow the...
My concern here is that each partition should be separate and protected from flushes. If this still flushes all partitions when you call it on a specific partition, then I'd...
The type of TV should be irrelevant. Handling TVs in general is the current problem.
Yes, this includes any changes needed to enable Revise in the existing Resource Create and/or Update controllers. Drafts and History are stored separately and with slightly different rules. I chose...
Since drafts can be saved with a message, there can be "named" Drafts, but there is a mode already to address this . The revise/resource/draft/create processor accepts a `singleDraft` argument...
#7 added Save Draft and Preview Draft controls to the Resource Create and Update controllers. Only supports singleDraft mode at the moment.