Bug #93613
closedTCA Column property on change does not work with input field
100%
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.
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
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
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
Updated by Oliver Bartsch about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c09cfd402c39522381f10499161bea0a75a3db51.