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
Updated by Markus Klein over 9 years ago
- Status changed from New to Accepted
- Assignee set to Markus Klein
- Priority changed from Should have to Must have
- Target version set to 7.3 (Packages)
- Sprint Focus set to Stabilization Sprint
Good catch! Thanks.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40065
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset eb7fd5445951c979dbf5d97a8813fdb5706fe56e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions