Bug #68982
closedTCEFORM fields are not evaluated when changed by a wizard
100%
Description
When a field value is changed by a wizard it is not evaluated to the configured 'eval' configuration.
Example:
Make `header_link` required
$GLOBALS['TCA']['tt_content']['header_link']['config']['eval'] = 'trim,required';
If you now create a new content element the header link field is marked as required. If you use the wizard to select a target page the field is not evaluated and still marked as "invalid".
If you edit the field and add a whitespace it gets evaluated correctly.
Updated by Sascha Egerer over 9 years ago
- Assignee set to Frank Nägler
Hey Frank, I've talked to lolli and he said i should pass that issue to you.
Updated by Christian Kuhn over 9 years ago
- Target version set to 7.5
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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 http://review.typo3.org/42659
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42659
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9a7e778bd024a26b13787305e07c6364abfdd95c.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed