[TYPO3-dev] TCA / config type Group should only show records with sys_language_uid=0

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Mar 9 15:44:15 CET 2006


Carsten Bleicker schrieb:
> This where clause works also for the selection in the popup window?
> Whats the syntax for this where clause? 'where' => 
> 'tx_category.sys_language_uid=0'?
> I cant find anything about it in the TYPO3 Core APIs =(

Oops, sorry, I mixed it up with type "select".

Post it in bugs.typo3.org as a feature requests. I see more possible solutions.

* SQL:
Add a where clause to the TCA options of type="group"

* l10n:
Add l10n setting for the TCA options of type="group":
- unrestricted / all records (default)
- restrict to def. lang (sys_language_uid=0)
- restrict to global lang (sys_language_uid=-1)

A related idea:

* "mount" point
Add a page TSconfig that restricts the element browser to a subtree ("mount 
point").

Masi




More information about the TYPO3-dev mailing list