Skip to content
Snippets Groups Projects
Commit e1ab7023 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Christian Kuhn
Browse files

[BUGFIX] Evaluate drag elements language in page modules Drag&Drop

The underling JavaScript of the Drag&Drop functionality in the page
module passes the columns language, the element is dropped in, to the
DataHandler. This results in L=-1 elements gets changed to L=0 when
moved around in their column.

This is now fixed by using the language uid of the dragged element
instead of the column if elements language is -1.

Resolves: #87148
Releases: master, 10.4
Change-Id: I6663341daadc228480b6dc8ac935b71f117dbfd9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65614


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent b8bd76d8
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