[TYPO3-core] RFC: #7921: recursive pidInList for select in cObj CONTENT
Georg Ringer
mail-spam at ringerge.org
Fri Mar 21 17:07:12 CET 2008
Hi,
this is a SVN patch request.
Type: Feature, no_brainer
Branches: 4_2
Bugtracker Reference:
http://bugs.typo3.org/view.php?id=7921
Problem:
Until now it is not possible to have a recursive function for the
pidInlist which is often quite helpful to find records in a whole page
tree. Before the patch you need a userfunction which could be solved now.
IMO this patch is quite important to make the TS cObj CONTENT.select
complete.
TS example would be:
page.5 = CONTENT
page.5 {
table = pages
select {
pidInList = 1
recursive = 10
orderBy = sorting DESC
}
renderObj = TEXT
renderObj.field = uid
renderObj.wrap= |,
}
Solution:
Apply the patch
Additional information:
I now it is near to featurefreeze but this just so nice, so please!
Georg
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch-recursive content.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080321/f3391909/attachment.txt
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: doku-patch-7921.txt
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080321/f3391909/attachment-0001.txt
More information about the TYPO3-team-core
mailing list