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).
Updated by Benni Mack about 6 years ago
- Status changed from New to Closed
Hey Mordamir,
this issue is related to Fluid Rendering Engine, which resides within https://github.com/TYPO3/Fluid
Could you open up a ticket there please?
Thanks.
Benni.
Updated by Mordamir about 6 years ago
I opened an issue on the github page for fluid.
Actions