Actions
Bug #67344
closedFluid fluidAjaxWidgetResponse Missing name space in TypoScript
Start date:
2015-06-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
Hi,
I just found a small problem with the TypoScript for the fluidAjaxWidgetResponse. The name space is missing and the ajax response is always empty.
File: typo3/sysext/fluid/ext_typoscript_setup.txt
Name space is missing hier
fluidAjaxWidgetResponse.10.userFunc = tx_fluid_core_widget_bootstrap->run
Should be:
fluidAjaxWidgetResponse.10.userFunc = TYPO3\CMS\Fluid\Core\Widget\Bootstrap->run
Greetings Vladimir
Actions