[TYPO3-dev] custom extension - insert into table is not allowed
B.Wolf
bw at shs-it.de
Mon Nov 16 13:58:03 CET 2009
Hi,
thx for your answert.
I've found out that I had it works when is set
"$GLOBALS['TCA']['tx_mitarbeiter']['ctrl']['rootLevel']" to 0.
Can I not allow to insert records to the root level and on standard
pages at the same time?
Thx,
greets ben
Steffen Müller schrieb:
> Hi.
>
> On 16.11.2009 13:33 B.Wolf wrote:
>> In the ext_tables.php of the extension I've added
>> "t3lib_extMgm::addToInsertRecords('tx_mitarbeiter');"
>> but this didn't solved the problem.
>>
>
> also use
> t3lib_extMgm::allowTableOnStandardPages('tx_mitarbeiter');
>
> maybe this helps.
>
>
More information about the TYPO3-dev
mailing list