Project

General

Profile

Actions

Bug #69661

closed

Story #69617: FormEngine bugs

DatabaseRowInitializeNew does not respect overrideVals

Added by Daniel Goerz over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-09-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #69664: Override vals using GeneralUtility::_GP('overrideVals'); in \TYPO3\CMS\Backend\Controller\EditDocumentControllerClosedMarkus Sommer2015-09-11

Actions
Related to TYPO3 Core - Bug #69784: pages_language_overlay records contain wrong sys_language_uidClosedAnja Leichsenring2015-09-14

Actions
Actions

Also available in: Atom PDF