Project

General

Profile

Actions

Bug #69664

closed

Story #69617: FormEngine bugs

Override vals using GeneralUtility::_GP('overrideVals'); in \TYPO3\CMS\Backend\Controller\EditDocumentController

Added by Markus Sommer over 8 years ago. Updated over 5 years ago.

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]);


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #69661: DatabaseRowInitializeNew does not respect overrideValsClosed2015-09-11

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

Actions
Actions #1

Updated by Gerrit Code Review over 8 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

Actions #2

Updated by Christian Kuhn over 8 years ago

  • Parent task set to #69617
Actions #3

Updated by Gerrit Code Review over 8 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

Actions #4

Updated by Anja Leichsenring over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF