Bug #88057
closedChild record was not processed
100%
Description
Latest TYPO3 dev-master
EXT:news 7.1.0
1) Create a folder in backend
2) Translate such folder into an alternative language (already defined in sites config/) in backend
3) Create default news record in default folder in pagetree. Insert inside that default record a content element of type "Text".
4) Localize that default news record using "List" module and clicking the flag for the alternative language.
Error "Child record was not processed" appears.
Files
Updated by Oliver Hader over 5 years ago
- File 88057_list_module.png 88057_list_module.png added
- Category set to Database API (Doctrine DBAL)
- Status changed from New to Needs Feedback
I could not reproduce the behavior you described with ext:news
v7.1.0 and TYPO3 v9.5.x@dev (5133578a4e534873cf3777cc9c6c579076a45250).ext:news
is not compatible with TYPO3 dev-master v10.0.x@dev - a couple of exceptions are thrown on saving any news item - I guess, "dev-master" in the report refers to "latest 9.5".
Updated by Oliver Hader over 5 years ago
- Category changed from Database API (Doctrine DBAL) to DataHandler aka TCEmain
Updated by Sergio Catalá over 5 years ago
Oliver, sorry, yes, I used 9.5.x@dev, that's what I meant.
Sorry, my step 3) was not properly described (I have a custom text element over my instance, which has IRRE relations).
Try this instead:
3) Create default news record in default folder in pagetree. Insert inside that default record TWO "Related links" inside tab "Relations".
It is important that there are at least two IRRE relations inside the record, because the error cannot be seen with just one IRRE relation.
Updated by Oliver Hader over 5 years ago
- Status changed from Needs Feedback to Accepted
Fix for ext:news - https://github.com/georgringer/news/pull/890
The core could accept those system internal properties in case they were defined in ctrl
section, but omitted in columns
section of $TCA
Updated by Gerrit Code Review over 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60396
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60511
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60511
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60396
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60511
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60396
Updated by Oliver Hader over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 412308e4a7c9b7a6efb587c4858535f13b3a780a.
Updated by Gerrit Code Review over 5 years ago
- Status changed from Resolved to Under Review
Patch set 4 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60396
Updated by Oliver Hader over 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset 92af996eb47a85d5953e7253c81950e894cfbfec.
Updated by Christian Kuhn 5 months ago
- Related to Feature #104311: Auto create TCA columns from ctrl properties added