[BUGFIX] Fix Drag+Drop in Page Module in Workspaces
When using Drag+Drop in Page Module a different functionality is used than using Clipboard (Move+Paste) while moving a record in the page module. This results in a different behaviour when dealing in Workspaces. The patch uses the same "cmd" instead of "data" for DataHandler now for Drag+Drop than in Clipboard. Resolves: #92849 Releases: master, 10.4 Change-Id: Idb8566b166a18c514d149e53699489b7b9eb9247 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69137 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/LayoutModule/DragDrop.ts 20 additions, 26 deletions...kend/Resources/Public/TypeScript/LayoutModule/DragDrop.ts
- typo3/sysext/backend/Resources/Public/JavaScript/LayoutModule/DragDrop.js 1 addition, 1 deletion...kend/Resources/Public/JavaScript/LayoutModule/DragDrop.js
Please register or sign in to comment