Bug #23608
m:n asymetric combo: relations loose data on saving
| Status: | Accepted | Start date: | 2010-09-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Oliver Hader | % Done: | 0% |
|
| Category: | IRRE | |||
| Target version: | 4.4.11 | |||
| TYPO3 Version: | 4.4 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 1 (View) |
Description
I tried it with the example data from IRRE Tutorial in the folder m:n asymetric combo
Open a hotel, click on an offer in the select list. The new relation is created with the expected data. But when I save, the form is empty. If I delete the empty relation, I can't save the form, since I get an "required field missing" error.
Tried it with 4.42 and trunk on different machines (Mac and Linux) with firefox and chrome.
(issue imported from #M15804)
Related issues
| related to Core - Bug #24170: No inline relation to tables with tabs possible | Closed | 2010-11-23 | ||
| related to Core - Bug #23734: Multiple problems with using combinations of foreign_sele... | New | 2010-10-14 | ||
| duplicated by Core - Bug #23838: Insert via combobox fails | Closed | 2010-10-25 |
History
Updated by Thomas Mammitzsch over 2 years ago
same here with latest trunk version of v4...
Updated by Oliver Hader over 2 years ago
Hi, is the child element expanded while saving or is it closed?
I guess it's related to the fact the child elements are loaded dynamically when it gets expanded.
Updated by Thomas Mammitzsch over 2 years ago
no its closed. Even if you you allow only 1 child to be expanded, the closed childs lose their relation on saving.
Updated by Oliver Hader over 2 years ago
Ok, I can imagine what the problem is here...
Updated by Thomas Mammitzsch over 2 years ago
any news on this one? 4.5 is coming up and it would be nice if there is a fix in there.
Updated by Oliver Hader over 2 years ago
Currently there is now solution. But since the dynamically loading of child elements was introduced with TYPO3 4.4 this is considered as regular fix that is solved for 4.4 and 4.5...
Updated by Oliver Hader almost 2 years ago
- Target version changed from 4.4.5 to 4.4.11
Updated by Stefan Galinski 2 months ago
- Category set to IRRE