Actions
Bug #99030
openContextMenu - Delete - Redirect missing
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2022-11-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
js
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
Description:
I have enabled the context menu for a custom backend module via class t3js-contextmenutrigger [see - https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Backend/ContextualMenu.html?highlight=t3js%20contextmenutrigger#context-menu-rendering-flow]. This backend module basically renders a table of records and the context menu should help to quickly edit/delete/hide/unhide those records.
If you perform the delete action it doesn't trigger a redirect to get the feedback of a successful deletion.
Reproduce
The core backend users module also has this problem. Try to delete one user via context menu and there is no redirect to effectivly notice the deletion.
Updated by Georg Ringer 5 months ago
- Status changed from New to Accepted
- Target version set to Candidate for patchlevel
- Tags set to js
- Sprint Focus set to On Location Sprint
can be confirmed still on v13
Actions