Project

General

Profile

Actions

Bug #15579

closed

bug on storing mm_relations

Added by Martin Ficzel about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2006-03-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

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',
),
),

(issue imported from #M2840)


Files

t3lib_loaddbgroup.patch (2.37 KB) t3lib_loaddbgroup.patch Administrator Admin, 2006-03-16 12:12
class.t3lib_loaddbgroup.php (17.8 KB) class.t3lib_loaddbgroup.php Administrator Admin, 2006-03-16 12:16
t3lib_tcemain.patch (986 Bytes) t3lib_tcemain.patch Administrator Admin, 2006-03-16 14:24
class.t3lib_tcemain.php (233 KB) class.t3lib_tcemain.php Administrator Admin, 2006-03-16 14:25

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #15861: Recent "fixes" in t3lib_loaddbgroup introduces potentially hard found bugs in 3rd party applicationsClosedRené Fritz2006-03-20

Actions
Related to TYPO3 Core - Bug #16518: MM relations should be editable from both sides of the relationClosedSebastian Kurfuerst2006-09-01

Actions
Actions

Also available in: Atom PDF