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

Oliver Hader oh at inpublica.de
Fri Feb 1 16:10:06 CET 2008


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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005242_v4.patch
Type: text/x-patch
Size: 2915 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080201/b117078d/attachment.bin 


More information about the TYPO3-team-core mailing list