Skip to content
Snippets Groups Projects
Commit 75b9be60 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Anja Leichsenring
Browse files

[BUGFIX] React on delete actions via context menu

If a record gets deleted via context menu no further handling could be
added as the promise returned by AjaxDataHandler is available in an
encapsulated scope only.

To bypass this issue, the AjaxDataHandler now optionally emits events to
listen on. This patch implements event listeners for the record list and
the information module of "Template tools".

Resolves: #90791
Releases: master
Change-Id: I0b659e695f31b2f3ab40adc17421f8b036d5aab6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63811


Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent d5c4bf5a
Branches
Tags
No related merge requests found
Showing
with 115 additions and 14 deletions
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