Project

General

Profile

Actions

Bug #93613

closed

TCA Column property on change does not work with input field

Added by Lina Wolf over 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2021-02-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I tested this on v 11.0.0 and 11.1.0

The following does not trigger the field changed dialog (neither on using the arrow to change the field nor on typing and then leaving the field):

'input_3' => [
            'exclude' => 1,
            'label' => 'input_3',
            'description' => 'Try values between 0 and 6',
            'onChange' => 'reload',
            'config' => [
                'type' => 'input',
                'eval' => 'trim,int',
            ],
        ],
        'input_4' => [
            'exclude' => 1,
            'label' => 'input_4',
            'description' => 'displayCond=FIELD:input_3:=:0',
            'config' => [
                'type' => 'input',
                'displayCond' => 'FIELD:input_3:=:0',
            ],
        ],

When changing the field "input_3" to be a select box the dialog appears as expected.

Actions #1

Updated by Gerrit Code Review about 3 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/72205

Actions #2

Updated by Gerrit Code Review about 3 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72205

Actions #3

Updated by Gerrit Code Review about 3 years ago

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72253

Actions #4

Updated by Oliver Bartsch about 3 years ago

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

Updated by Benni Mack about 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF