Actions
Bug #81757
closedEXT:Fluid UriViewHelper needs escapeOutput = false;
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2017-06-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The escapeOutput property of the TYPO3\CMS\Fluid\ViewHelpers\Widget\UriViewHelper should be set to false or the generated link will be wrong in the autocomplete-ViewHelper.
Current-Output of the TYPO3\CMS\Fluid\ViewHelpers\Widget\AutocompleteViewHelper:
{f:widget.uri(action:'autocomplete', ajax: 1)} ?id=15&type=7076&fluid-widget-id=59640106e78e5b3eceab2d0a402a98a4&action=autocomplete
Output with escapeOutput = false;
?id=15&type=7076&fluid-widget-id=3530c7af3431d73ca17d4e0fdd691a0b&action=autocomplete
Actions