[BUGFIX] Fix pasting elements in page module
Having a numeric pad selected, pasting of a single element did previously not work, using the "paste" button in the page layout due to the missing "pad" parameter in the ajax call. This is now fixed by adding the "pad" parameter, which changes the current pad to "normal" before executing the paste command. Resolves: #87118 Releases: master, 10.4 Change-Id: If96859f3ee1fad3c7c6b0f026c420f715b75626f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70963 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/LayoutModule/Paste.ts 1 addition, 0 deletions...backend/Resources/Public/TypeScript/LayoutModule/Paste.ts
- typo3/sysext/backend/Resources/Public/JavaScript/LayoutModule/Paste.js 1 addition, 1 deletion...backend/Resources/Public/JavaScript/LayoutModule/Paste.js
Please register or sign in to comment