Bug #55407
closedClickMenu does not show destination-foldername
100%
Description
In filelist select a folder for "cut" (or copy) and choose a different folder to paste the seleted one into ("Paste into"). The confirm-message shows the filename but the destination-foldername is empty.
Updated by Stefan Neufeind almost 11 years ago
This is in typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php inside printFileClickMenu(). At
$elInfo = array(
basename($selItem),
basename($path),
$this->clipObj->currentMode()
);
the value for $path is not set to the foldername.
Updated by Gerrit Code Review almost 11 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/27106
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27131
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27132
Updated by Stefan Neufeind almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 69f7c44190d69efe20e2726e7259878720691b9e.