Actions
Bug #69664
closedStory #69617: FormEngine bugs
Override vals using GeneralUtility::_GP('overrideVals'); in \TYPO3\CMS\Backend\Controller\EditDocumentController
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
Start date:
2015-09-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
At now you can use &overrideVals[pages_language_overlay][description]=test to override the default values in TCA by Create oder Edit a Record
This function only hide TCA fields but it not override the value.
Solution:
\TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule($formData['databaseRow'], $this->overrideVals[$table]);
Actions