Actions
Bug #84797
closedForm editor is not loading
Start date:
2018-04-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
On master (and probably on v8) the form editor is not loading at all.
Updated by Ralf Zimmermann over 6 years ago
- Related to Feature #84780: Store icons fetched by the Icon API in localStorage added
Updated by Ralf Zimmermann over 6 years ago
The form editor calls the icon API within jQuery's beforeSend() ajax hook.
Since the icon API also make usage of ajax the result is a recurion.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New 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/56739
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56739
Updated by Ralf Zimmermann over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 76ceac62a8159b41f8c9f389d8e2cf7ba1aa725a.
Actions