[TYPO3-core] RFC: #16228: [Feature] TCA tree

Peter Foerger pfoerger at gmail.com
Tue Nov 2 22:37:18 CET 2010


Hi,

Am 02.11.10 19:36, schrieb Steffen Kamper:
> Hi,
> 
> this is a SVN patch request.
> 
> Type: Feature
> 
> BT Reference: http://bugs.typo3.org/view.php?id=16228
> 
> Branches: trunk
> 
> This feature renders a tree from TCA with the type "select" and
> renderMode "tree".
> 


Wow, great stuff!

While reading through the code, line 2549 and 2558 of the patch:
- if(checked = true && exclusiveKeys.indexOf(uid) > -1) {
- else if (checked = true && exclusiveKeys.indexOf(uid)

Why the assignments in the conditions?

~Peter


More information about the TYPO3-team-core mailing list