Actions
Bug #73628
closedFluid f:link.page doesn't accept additionalAttributes and data-*
Start date:
2016-02-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When using the fluid linkviewhelper for pages with additionalAttributes or data the result is an exception that says an unregistered argument is being used.
Example code that triggers bug:
<f:link.page pageUid="{item.link}" additionalAttributes="{draggable:'false'}">
Actions