Bug #88711
closedClipboard (multi-selection mode) + Plugin Insert Records
100%
Description
If I use the clipboard (multi-selection mode) to copy multiple elements in the List module and then create an Insert records plugin, I can only paste the first element there. Under TYPO3 v7 all elements were pasted. Is this a bug or does it need to be activated?
Files
Updated by Riccardo De Contardi about 5 years ago
- Category set to Backend User Interface
Updated by Ivan Dharma Kartolo about 5 years ago
- File 88711_clipboard.patch 88711_clipboard.patch added
Hi,
just created a patch for 8.7.27. Problem is the group TCA field only get the first array key using key()
and ignores the rest of the array. So if user puts more than one record of a table (e.g. tt_content) in the clipboard, only the first element get pasted in the group TCA field.
Updated by Christian Eßl over 4 years ago
- Related to Epic #90676: Clipboard related bugs and features added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63834
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63834
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63834
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63845
Updated by Ivan Dharma Kartolo over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c29ae5f4ebf30af8a32484dc2c059ffea2a2e3ea.
Updated by Andreas Kießling about 4 years ago
- Related to Bug #92292: Set reference to an element - paste records added