Bug #72527
closedBug #71298: Fix missing/broken RTE features after Link Handler API merge
Cannot select base directory in wizard_element_browser
100%
Description
When having such a wizard to pick a folder in TCA:
<module type="array"> <name>wizard_element_browser</name> <urlParameters type="array"> <mode>wizard</mode> <act>file</act> </urlParameters> </module>
and clicking on some directory in the left part (1) the directory cannot be selected in the right part (2) anymore:
This works in TYPO3 6.2.
Files
Updated by Markus Klein almost 9 years ago
- Category set to Site Handling, Site Sets & Routing
- Status changed from New to Accepted
- Complexity set to medium
Besides that your TCA is deprecated, this sounds very reasonable.
Updated by Xavier Perseguers almost 9 years ago
OK, just found what is deprecated, thanks for pointing out, I just could not find any documentation on how to registering the wizard.
One thing I don't know is how to remove the various options on top (target, title, css-class, additional link parameters) so that I really just get a browser selector, or is there another better wizard for that?
Updated by Markus Klein almost 9 years ago
Just for the record.
There are 2 wizards:- wizard_element_browser
- wizard_link
First one accepts a mode-parameter where one can choose between "db, file or folder" or one can implement a totally custom module by using the hook:$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/browse_links.php']['browserRendering']
Updated by Benni Mack over 8 years ago
- Target version changed from 7.6.3 to Candidate for patchlevel
Updated by Xavier Perseguers over 7 years ago
- File no-link.png no-link.png added
No, there is no JS error, there is simply no link on the corresponding text:
Updated by Riccardo De Contardi almost 7 years ago
- Related to Epic #83669: Improve file list / file browser added
Updated by Gerrit Code Review almost 5 years ago
- Status changed from Accepted to Under Review
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/+/62852
Updated by Gerrit Code Review almost 5 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/+/62852
Updated by Markus Klein almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b5d9718f8cb2db824dd9ec5fe03ee164459f0727.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from Resolved to Under Review
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/+/62875
Updated by Markus Klein almost 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset 01a0c5c3f5960fde3a4a804ce50eeb7cd2049fa3.