Project

General

Profile

Actions

Bug #21434

closed

Cannot add new elements on second level of nesting

Added by Marc Ehret over 14 years ago. Updated over 13 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Imagine a IRRE structure like the following:
  • Parent
    +- Child Level 1
    +- Child Level 2

Creating new elements for the second level (Child Level 2) does not work anymore and results in a JavaScript alert showing the following information:
"Wrong configuration in table [name of parent table]"

(issue imported from #M12441)


Files

Bildschirmfoto 2009-11-04 um 23.59.38.jpg (114 KB) Bildschirmfoto 2009-11-04 um 23.59.38.jpg Administrator Admin, 2009-11-05 00:01
12441-quick.patch (598 Bytes) 12441-quick.patch Administrator Admin, 2009-11-05 09:50
0012441.patch (992 Bytes) 0012441.patch Administrator Admin, 2009-11-05 16:12

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21349: DOM object identifiers use invalid charactersClosedOliver Hader2009-10-23

Actions
Actions #1

Updated by Kevin Ulrich Moschallski over 14 years ago

Hi,

i also got this Problem. I already applied the patch from 12327 to fix the delete bug. I can reproduce it the same way Marc Ehret did.

Actions #2

Updated by Oliver Hader over 14 years ago

Hi,
could you please provide a screenshot of that "alert windows" and/or the HTML sourc code of the the TCEforms frame (alt_doc.php). Thanks in advance!

Actions #3

Updated by Kevin Ulrich Moschallski over 14 years ago

Here is the source code.

http://pastebin.com/f2628d402

Actions #4

Updated by Marc Ehret over 14 years ago

Hi Oliver,

I added a quick (and ugly?) patch that works for me. I'm sure there's a better solution.

Thanks for your work
Marc

Actions #5

Updated by Oliver Hader over 14 years ago

Hi Marc,

it was the correct place - however I turn that string thingy into an array that gets concatenated later on.
Please test the attached patch. Thanks!

Cheers, Olly

Actions #6

Updated by Oliver Hader over 14 years ago

Committed to SVN Trunk (rev. 6332)

Actions

Also available in: Atom PDF