Actions
Bug #85642
closedSilent failure with missing namespace declaration on inner viewhelper
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2018-07-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you use nested viewhelpers like this:
{f:uri.page(pageUid: '{nf:findProjectPage(page: \'ppl\')}', absolute: 1)}
If you miss to define the namespace for the inner viewhelper (nf:), the viewhelper is not executed and no error message is shown.
The expected behavior is an error message like the one when i miss to define the namespace of the outer viewhelper (f:uri.page).
Actions