Actions
Bug #27092
closedCustoms formevals for fields will not be evaluated in IRRE
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.
Updated by Nicolas Forgeot over 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); }
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Christian Kuhn over 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