Bug #69661
closedStory #69617: FormEngine bugs
DatabaseRowInitializeNew does not respect overrideVals
100%
Description
Reproducable in info module "localization overview":
If you try to create a new Translation of a page via the info module the sys_language_uid is submittet via overrideVals (e.g. overrideVals[pages_language_overlay][sys_language_uid]=14
). The hidden field gets rendered due to the handling in EditDocumentController
but the value is lost (it is always 0 in this example) because it is not respected when building the default values for a new row in DatabaseRowInitializeNew
, where onle the defVals
are taken into account.
This leads to the fact that it is still not possible to create new page translations via info module.
Updated by Daniel Goerz about 9 years ago
- Category set to FormEngine aka TCEforms
Updated by Gerrit Code Review about 9 years ago
- Status changed from New 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 http://review.typo3.org/43304
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43304
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43304
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43304
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43304
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43304
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43304
Updated by Anja Leichsenring about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 440d27ddb13e1549a8d3bb4279c8af876aa3e103.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed