[TYPO3-dev] bug in rc1 on storing mm_relations
Martin Ficzel
martin.ficzel at gmx.de
Fri Mar 10 22:01:29 CET 2006
when i edit records with mm relations in rc1 and press save the
mm-relations are deleted .. i can use the select wizzard to recreate
them but after saving they are gone again
in beta2 everything is fine.
here is a tca snippet from my record configuration
> "roomobjects" => Array (
> "exclude" => 1,
> "label" => "LLL:EXT:artec_roominfo/locallang_db.php:tx_artecroominfo_signatures.roomobjects",
> "config" => Array (
> "type" => "group",
> "internal_type" => "db",
> "allowed" => "tx_artecroominfo_objects",
> "size" => 10,
> "minitems" => 0,
> "maxitems" => 99,
> "MM" => "tx_artecroominfo_signatures_objects_mm",
> "wizards" => Array (
> '_PADDING' => 1,
> '_VERTICAL' => 0,
> '_POSITION' => 'right',
> '_VALIGN' => 'top',
> 'select' => Array(
> 'type' => 'popup',
> 'title'=> 'select from floorplan',
> 'icon' => 'list.gif',
> 'JSopenParams' => 'height=600,width=550,status=0,menubar=0,scrollbars=1',
> 'params' => Array ( ),
> 'script' => t3lib_extMgm::extRelPath("artec_roominfo").'wizards/roominfo_wizard.php',
> ),
> ),
can anyone confirm this bug or is my tca-configuration wrong.
regards Martin
More information about the TYPO3-dev
mailing list