Actions
Bug #69618
closedStory #69617: FormEngine bugs
IRRE with select causes 500
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2015-09-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
trimExplode on an array causes a warning and therefore an exception. Expanding IRRE records fails with ajax 500 error.
\TYPO3\CMS\Backend\Utility\BackendUtility::getProcessedValue() expects third param to be string, but gets array in this case, which is the main reason for the issue.
Actions