Bug #87415
closedFolder selector adding wrong folder (parent folder instead of subfolder)
100%
Description
Problem:
When using folder selector within a content element in backend to add a path to folder, the selector is adding a parent folder instead of the selected folder.
Steps to reproduce:
1. TCA: add an item for selecting folders. Example code (flexform):
<settings.folders>
<TCEforms>
<label>Folders</label>
<config>
<type>group</type>
<internal_type>folder</internal_type>
<size>10</size>
<maxitems>10</maxitems>
<minitems>1</minitems>
</config>
</TCEforms>
</settings.folders>
2. Clear all Caches
3. Choose in BE/Pages a matching content element => edit => open folder selector
4. Navigate within the left part and klick to any folder containing subfolders.
5. At the right part klick at the subfolder (having a plus-symbol) or klick at plus-symbol and close the pop-up.
Expected result:
subfolder is selected
Actual result:
parent folder is selected instead
Files
Updated by Gerrit Code Review almost 6 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/59420
Updated by Gerrit Code Review almost 6 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/59420
Updated by Gerrit Code Review almost 6 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/59441
Updated by Ioulia Kondratovitch almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2761d91b14c4f3c24cc123bea6e613cc99b827b3.