Project

General

Profile

Actions

Bug #98186

open

__inheritances in EXT:form does not work

Added by Stefan Froemken over 1 year ago. Updated 9 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2022-08-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

Hello EXT:form team,

I just try to optimize my form.yaml file that way:

...
finishers:
  1:
    identifier: SaveEventFinisher
    options:
      1:
        table: tx_events2_domain_model_link
        mode: insert
        elements:
          youtube-link:
            mapOnDatabaseColumn: link
        databaseColumnMappings:
          pid:
            value: 8
          crdate:
            value: '{__currentTimestamp}'
          tstamp:
            value: '{__currentTimestamp}'
      2:
        __inheritances:
          10: finishers.1.options.1
        elements:
          download-link:
            mapOnDatabaseColumn: link
      3:
        __inheritances:
          10: finishers.1.options.1
        elements:
          ticket-link:
            mapOnDatabaseColumn: link

But I still get the error that "table" was not configured for section 2 and 3. It seems that option "__inheritances" is not usable in files defined in that VH:

<formvh:render persistenceIdentifier="EXT:events2/Configuration/Form/NewEvent.form.yaml" />

Stefan

Actions #1

Updated by Benni Mack 9 months ago

  • Sprint Focus set to On Location Sprint
Actions

Also available in: Atom PDF