Skip to content
Snippets Groups Projects
Commit e0d3cfbe authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[BUGFIX] Make backdrop for EXT:recycler confirmations static

The confirmation in modal windows of EXT:recycler may run long
running tasks, depending on the database structure and amount of
data. It was possible to close the modal by clicking the backdrop,
while the actions still run which may lead to undefined behavior
when the recycler is used. The backdrop is now made static.

Resolves: #99181
Releases: main
Change-Id: I60cae362382bf249d4b6ac564f5134a2c782ef9e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76806


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
parent d58151e5
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment