Actions
Bug #35244
closedTCAtree inline record triggers
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-03-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
PHP Warning: Missing argument 2 for extDirect_DataProvider_BackendUserSettings::addToList()
in /home/phil/t3-playground/t3-git/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php line 107
This happens if I try to save a content element with a inline relation from the test extension from #27957.
The reason is that the function processRpc
in class.t3lib_extjs_extdirectrouter.php
does
return call_user_func_array(
array($endpointObject, $singleRequest->method),
is_array($singleRequest->data) ? $singleRequest->data : array()
);
is called with $singleRequest->data
being just array(0 => 'tcaTrees.731c5105a19f1cd75f62dd10f39355b1')
.
I'll attach the raw json data.
Files
Actions