Bug #21434
closedCannot add new elements on second level of nesting
0%
Description
- 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
Updated by Kevin Ulrich Moschallski about 15 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.
Updated by Oliver Hader about 15 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!
Updated by Kevin Ulrich Moschallski about 15 years ago
Here is the source code.
Updated by Marc Ehret about 15 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
Updated by Oliver Hader about 15 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