[TYPO3-dev] bug in rc1 on storing mm_relations

Michael Stucki michael at typo3.org
Tue Mar 14 14:35:55 CET 2006


Hi Martin,

yes I can confirm this, we will take care of it.

- michael

> 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

-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/




More information about the TYPO3-dev mailing list