Skip to content
Snippets Groups Projects
Commit 287feb00 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Andreas Fernandez
Browse files

[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: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 847ab12c
Branches
Tags
No related merge requests found
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