Actions
Bug #95069
closedAdd eventDict to DragDrop JS lib
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2021-09-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello,
I found a pretty cool possibility to post-process the AjaxDataHandler with help of JS-Events:
But in my case it was not called because the variable "eventDict" was not set in DragDrop lib:
https://github.com/TYPO3/typo3/blob/master/Build/Sources/TypeScript/backend/Resources/Public/TypeScript/LayoutModule/DragDrop.ts#L249
Would be cool to have that missing eventDict as 2nd parameter in DragDrop lib and maybe in all the other JS libs which call process of AjaxDataHandler.
Actions