Actions
Bug #96852
closedModal loads indefinitely on non-200 responses
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2022-02-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
If the modal component starts an AJAX request that results in a non-okayish response (>= 400), the underlying fetch()
throws an error and the loading spinner isn't removed.
Actions