[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. As a side effect this patch also resolves issues with the list module not reloading when using the copy/cut entries from the clickmenu (context menu): #25176, #15958 Change-Id: I635bb584d5e03b764bd5df5189555fb9b34ab926 Resolves: #44002 Resolves: #35980 Resolves: #15080 Resolves: #21622 Resolves: #25176 Resolves: #15958 Releases: 6.1, 6.2 Reviewed-on: https://review.typo3.org/22201 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein
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/backend/Resources/Public/JavaScript/clickmenu.js 8 additions, 0 deletions...3/sysext/backend/Resources/Public/JavaScript/clickmenu.js
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 39 additions, 17 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/lang/locallang_core.xlf 6 additions, 0 deletionstypo3/sysext/lang/locallang_core.xlf
Please register or sign in to comment