Bug #80338
closedTranslation fails for mergeIfNotBlank + null value
100%
Description
If a field is defined as mergeIfNotBlank and a null value is in default language, it fails with the exception
#1488634845: Issued data-map change for table tx_news_domain_model_news with same values for these fields names author (More information)
How to reproduce
- Latest master
- Clone
git@github.com:georgringer/news.git
- Create a news record
- Use query
update tx_news_domain_model_news set author=null where uid=126
(of course use correct uid) - try to translate this error
Additional problem
maybe a separate issue worth?
If the default record got some relations, e.g. sys_file_reference, the exception stops the translation but the references are doubled in the default record. this can be checked by e.g. select * from sys_file_reference where uid_foreign=126
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
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/52091
Updated by Gerrit Code Review over 7 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/52091
Updated by Gerrit Code Review over 7 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/52091
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52091
Updated by Oliver Hader over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7d3fedff3f91fe90881f2cd5ccee84192ac98f25.