Project

General

Profile

Actions

Bug #19431

closed

Created value not checked against evalfunc

Added by Marcus Happich about 16 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-10-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)

Actions #1

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!

Actions #2

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

Actions #3

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)?

Actions #4

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.

Actions

Also available in: Atom PDF