Bug #19431
closedCreated value not checked against evalfunc
0%
Description
the related evalfunc of a new value is not checked
(not even printed to the template)
if you try to update the value the evalfunc works fine...
(issue imported from #M9509)
Updated by Oliver Hader about 16 years ago
What exactly do you mean?
Could you please give a short step by step example how to reproduce this - maybe also with the TCA configuration you're using? Thanks!
Updated by Marcus Happich about 16 years ago
sure oliver ;-)
- db tables user and adress
- relation in user table to adress by adr_id -> TCA:
"adr_id" => Array (
"exclude" => 1,
"label" => "LLL:EXT:adr_id",
"config" => Array (
//"type" => "select", // CHANGED FOR IRRE
"type" => "inline",
"items" => Array (
Array("",0),
),
"foreign_table" => "tx_iqprozess_adresse",
"foreign_table_where" => "AND
....
- email field in adress db checked by evalfunc -> TCA:
"email" => Array (
...
"config" => Array (
"type" => "input",
"size" => "30",
"max" => "80",
"eval" => "tx_iqprozess_evalfunc1,trim,unique,required",
...
if i try to add a new adress in the user context the eval func is not in the backend template
if i try to add a new adress in the adress context the eval func works
if i try to update a existing adress by setting another existing emial in the user context the eval func works
hope this helps...
regards marcus
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.