Actions
Bug #81003
closedSetting a different format on the standalone view does not work
Start date:
2017-04-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
Rendering the view again after changing the format, does not use the correct templates, because the format is not adhered.
Testing instructions:
- Create StandaloneView in a controller
- Create 2 Fluid templates (.html and .txt) with different markup/content
- Render the view once
- change the format to 'txt' and render again
- Check if the output of each render call is correct.
(without a fix the output is always the html content)
Actions