[TYPO3-core] RFC: Feature Request #5242: IRRE - Storage page for child records

Oliver Hader oh at inpublica.de
Mon Feb 4 10:07:09 CET 2008


FYI: Committed to SVN Trunk (rev. 3047)

olly


Oliver Hader schrieb:
> This is a SVN patch request.
> 
> Problem:
> Currently it's not possible to store several child records on a 
> userdefined page.
> 
> Solution:
> User the TCAdefaults property which became available also for Page 
> TSconfig with TYPO3 4.2. The pid of new child records can be defined by:
> TCAdefaults.<table>.pid = <page id>
> To prevent that childrecords get moved with their parents a new 
> behaviour settings was introduced: disableMovingChildrenWithParent
> 
> Comments:
> Concerning the 'behaviour' part there's another general RFC in the 
> Core-List: "RFC: Introducing TCA 'behaviour'".
> 
> Documentation changes:
> doc_core_api, $TCA array reference, TYPE: "inline"
> -> after the general description
> Note: TCAdefault.<table>.pid = <page id> can be used to define the pid 
> of new child records. Thus, it's possible to have special storage 
> folders on a per-table-basis.
> -> new properties for ['columns'][fieldname]['config']['behaviour']
> * disableMovingChildrenWithParent (boolean): Disables that child records 
> get moved along with their parent records.
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=5242
> 
> Branch: Trunk
> 
> 
> olly
-- 
Oliver Hader
http://inpublica.de/


More information about the TYPO3-team-core mailing list