Actions
Bug #84832
closedRendering of DatabaseAnalyzer output is recursive
Start date:
2018-04-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The HTML is pre-rendered in the Fluid template. Since JavaScript clones the DOM and adds it afterwards back in a forEach loop, this results in a recursive call chain.
Actions