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]);
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/43190
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.
Actions