Actions
Bug #84831
closedlocalStorage icon caching breaks within the install tool
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-04-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Open the developer console within chrome or firefox and watch the local storage.
Browse through some Modules and the icon markup will be stored within the local storage which is correct.
Now open the install tool "Analyze Database Structure" modal.
All local storage objects will be deleted and afterwards no icon markups will be stored again.
Updated by Ralf Zimmermann over 6 years ago
- Related to Feature #84780: Store icons fetched by the Icon API in localStorage added
Updated by Andreas Kienast over 6 years ago
- Status changed from New to Rejected
This kinda works as intended. The icon cache hash is different in the Install Tool as the TCA is not loaded in the first place. The icons of the page tree (that was our actual test case) don't get stored again as the DOM is still available in the browser, thus no new request is fired.
Actions