Project

General

Profile

Actions

Bug #68982

closed

TCEFORM fields are not evaluated when changed by a wizard

Added by Sascha Egerer over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-08-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

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.

Actions

Also available in: Atom PDF