Bug #94108
closedValue picker does not longer mark associated field as changed
100%
Description
Steps to reproduce:
1. Set target
as required: $GLOBALS['TCA']['pages']['columns']['target']['config']['eval'] = 'trim,required';
2. Create new page of Type "Link to external URL [3]"
3. Select a target with the value picker
Expected : onChange triggers validation of the field and the form can be submitted
Actual : No validation is triggered and the form can not be submitted due to mandatory fields being "empty"
In v10 the fieldChangeFunc
is added to the onclick
attribute: TBE_EDITOR.fieldChanged(...);
In v11 the fieldChangeFunc
is empty and therefore nothing happens when selecting a value via the value picker.
Side note: You can also test this in the Site Configuration module by adding a new language and selecting the Locale via the value picker.
Updated by Oliver Bartsch over 3 years ago
- Related to Bug #93975: Deprecate TBE_EDITOR.fieldChanged added
Updated by Andreas Kienast over 3 years ago
- Status changed from New to In Progress
Updated by Gerrit Code Review over 3 years ago
- Status changed from In Progress 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/+/69107
Updated by Andreas Fernandez over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ec24a03dcaec4718ac1c28de18f6885b8b28fc73.