[BUGFIX] Page module: Allow to paste in empty columns
Since quite a long time it was not possible to paste a content element into an empty column of the page module. This patch introduces an icon in the top right corner of each column if a tt_content element is on the clipboard (Default pad). When the icon gets clicked the content elements from the clipboard get moved/copied into the selected column/language. Resolves: #15080 Releases: 6.2, 6.1 Change-Id: If52905446eb11c268d0fee83f150efae0945fa29 Reviewed-on: https://review.typo3.org/25532 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
Showing
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 33 additions, 7 deletionstypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php 5 additions, 1 deletion...ackend/Classes/Controller/SimpleDataHandlerController.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 58 additions, 7 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 45 additions, 16 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandlerTest.php 96 additions, 0 deletions...xt/core/Tests/Functional/DataHandling/DataHandlerTest.php
- typo3/sysext/lang/locallang_core.xlf 6 additions, 0 deletionstypo3/sysext/lang/locallang_core.xlf
Please register or sign in to comment