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.
Updated by Andreas Kienast over 6 years ago
- Related to Task #84772: Improve Install Tool behaviour added
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56772
Updated by Andreas Fernandez over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 161ba9bd8ce98411d456cf80c98dbdf343395060.
Actions