Project

General

Profile

Actions

Bug #27092

closed

Customs formevals for fields will not be evaluated in IRRE

Added by Webadmin no-lastname-given almost 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2011-05-27
Due date:
% Done:

0%

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

Description

We added a custom formeval on a field of our extension and it works fine, if the record will be edited in a normal way.

If the record will be edited through IRRE, the custom formeval will not be processed. Default formevals like "trim" or "required" will also work in IRRE.

Actions #1

Updated by Nicolas Forgeot almost 11 years ago

Custom function not defined through line element, in instance 6.0.4.

in jsfunc.Evalfield.js :

if(typeof window[theEvalType] == 'function') { //no function ... 
  newValue = window[theEvalType](newValue);
}
Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.4 (Backend)
  • Is Regression set to No
Actions #3

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #4

Updated by Benni Mack over 8 years ago

  • Target version deleted (7.5)
Actions #5

Updated by Christian Kuhn about 7 years ago

  • Status changed from New to Resolved

i'm relatively sure this changed meanwhile. i'm closing this issue now in the good feeling that is solved. please re-open or create a new one if that still does not work.

Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF