Actions
Bug #46631
closedextbase problem, if you set object, but not objectName sending the form wont work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2013-03-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
extbase problem, if you set object, but not objectName sending the form wont work
Works
<f:form action="create" noCache="1" object="{issue}" objectName="issue">
Should throw exception
<f:form action="create" noCache="1" object="{issue}">
Actions