Bug #23375
openIRRE: fails to save preexisting child record selected by combo
0%
Description
Installed Ext IRRE Tutorial Sample files on a clean 4.4.2 Installation to reproduce the error.
- Choose the example "m:n asymmetric combo"
- add a child record mn asym Offers
- select a Hotel (e.g. Rosengarten Hotels Luxury Ressort"
- the newly created offer appears in the combo
- click on the entry in the combo
- fields of this child record are displayed and filled with the correct information of the child record ("offer")
- save and close the hotel record
- open the hotel record from the list again
- child record information has not been saved
The same procedure as described above succeeded on a Typo3 V 4.3.3 installation.
I also applied the IRRE patches I found here (irre_7611_rev8536.. and _v2.patch) but this did not solve the problem
(issue imported from #M15459)
Files
Updated by Lars Houmark over 10 years ago
I can confirm this bug still exists in TYPO3 4.7.5 and it is completely breaking m:n relations and the possibility to relate the same child record to several parents, and by that pretty much makes IRRE useless IRL.
It seems this has been broken for several major TYPO3 versions. Replicating is easy though, simply install irre_tutorial extension, and follow the guide from Florian and the child record ends up empty after saving.
I'll be looking more into debugging, but IRRE is fairly complicated just to understand from a configuration perspective.
Updated by Ingo Schmitt about 9 years ago
- Category set to 978
- Is Regression set to No
Updated by Mathias Schreiber about 8 years ago
- Target version set to 7.4 (Backend)
- Complexity set to nightmare
Updated by Susanne Moog over 7 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Riccardo De Contardi about 5 years ago
- File step1.png step1.png added
- File step2.png step2.png added
- File step3.png step3.png added
- File step4.png step4.png added
- File step5.png step5.png added
- File step6.png step6.png added
I think it is still reproducible with the latest 9.2.0-dev (latest master) with the following procedure:
Preparation¶
1) as the extension EXT:irre_tutorial on TER does not work anymore on TYPO3, you have to copy the fixture from typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial to your /typo3conf/ext
2) enable the extension
3) use the fake data from https://github.com/TYPO3-svn-archive/irre_tutorial/blob/master/res/T3D__IRRE.t3d; once you have imported it, you will have a sysfolder IRRE Sample Tutorial Data with some subpages
Text execution¶
1) Click on the page "m:n asymmetric combo" and open the hotel record "Rosengarten Hotels Apparment"
2) Offers > Create New > OFFER TEST 1 and save
3) Create a price "PRICE 1 OFFER TEST 1", save and close
4) open the second hotel "Rosengarten Hotels Luxury Resort"
5) create new relation > to OFFER TEST 1 >when you click on "save" you end up with a "No title" relation
6) if you open this record "m:n ASym: Hotels<->Offers" from list view, you'll see that it has offerid: [INVALID VALUE ("0")] [0]
Updated by Riccardo De Contardi about 5 years ago
- Related to Feature #18968: Add existing records to IRRE field added