Project

General

Profile

Actions

Bug #78158

closed

Story #69617: FormEngine bugs

TcaFlexFetch::initializeDataStructure should not throw an exception

Added by Alexander Schnitzler over 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
-- undefined --
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2016-10-06
Due date:
% Done:

0%

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

Description

Example:
When using TemplaVoilà the pages records get an additional field tx_templavoila_flex, which is by default configured to fetch a datastructure (flexform) from another table.

Problem:
When creating a completely new table, there is no foreign record available because the field ds_pointerField tx_templavoila_ds is empty or 0.
However, \TYPO3\CMS\Backend\Utility\BackendUtility::getFlexFormDS cannot resolve the flexform array, thus leading to exception 1440506893.

There is a comment in the code:

// If data structure can't be parsed, this is a developer error, so throw a non catchable exception

Unfortunately this is not true during the process of creating records like new pages. In that case, the edit mask should still be available, so the admin or editor can properly configure the datastructure, so in the next step the flexform can be resolved.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #79101: InvalidPointerFieldValueException needs to be caughtClosed2016-12-28

Actions
Related to TYPO3 Core - Task #78581: Refactor flex form data structure handlingClosed2016-11-05

Actions
Actions #1

Updated by Christian Kuhn over 7 years ago

  • Parent task set to #69617
Actions #2

Updated by J. Peter M. Schuler about 7 years ago

Agreed - but shouldn't this specific problem be fixed nevertheless?

Because the DS here is discoverable in most situations (although not in all).

In the case you mentioned, BackendUtility::getFlexFormDS searching for the correct record replaces $row (which has the pid) with $rr - but wie uids like NEWxyz $rr returns always null.
So using $row[$ds_searchParentField] instead of $rr[$ds_searchParentField] could help (at least if $rr is null).
Perhabs on the other hand TYPO3\CMS\Backend\Form\FormDataProvider should be corrected and call BackendUtility::getFlexFormDS with the parameter $newRecordPidValue.

Actions #3

Updated by Alexander Schnitzler about 4 years ago

  • Priority changed from Should have to -- undefined --
Actions #4

Updated by Susanne Moog about 4 years ago

  • Related to Task #78581: Refactor flex form data structure handling added
Actions #5

Updated by Susanne Moog about 4 years ago

  • Status changed from New to Closed

Exception was removed with #78581
further exceptions are caught since #79101

Actions

Also available in: Atom PDF