Project

General

Profile

Actions

Bug #72527

closed

Bug #71298: Fix missing/broken RTE features after Link Handler API merge

Cannot select base directory in wizard_element_browser

Added by Xavier Perseguers over 8 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Start date:
2016-01-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:
Remote Sprint

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

linkbrowser.png (32.5 KB) linkbrowser.png Xavier Perseguers, 2016-01-04 16:32
no-link.png (58.6 KB) no-link.png Xavier Perseguers, 2017-07-16 08:34

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Epic #83669: Improve file list / file browserNew2009-06-03

Actions
Actions #1

Updated by Markus Klein over 8 years ago

  • Category set to Link Handling, Site Handling & Routing
  • Status changed from New to Accepted
  • Complexity set to medium

Besides that your TCA is deprecated, this sounds very reasonable.

Actions #2

Updated by Xavier Perseguers over 8 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?

Actions #3

Updated by Markus Klein over 8 years ago

Just for the record.

There are 2 wizards:
  1. wizard_element_browser
  2. 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']

Actions #4

Updated by Felix Nagel about 8 years ago

Is this related to #72369?

Actions #5

Updated by Benni Mack almost 8 years ago

  • Target version changed from 7.6.3 to Candidate for patchlevel
Actions #6

Updated by Markus Klein almost 8 years ago

  • Parent task set to #71298
Actions #7

Updated by Xavier Perseguers almost 7 years ago

No, there is no JS error, there is simply no link on the corresponding text:

Actions #8

Updated by Riccardo De Contardi about 6 years ago

  • Related to Epic #83669: Improve file list / file browser added
Actions #9

Updated by Gerrit Code Review over 4 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

Actions #10

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/+/62852

Actions #11

Updated by Markus Klein over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Gerrit Code Review over 4 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

Actions #13

Updated by Markus Klein over 4 years ago

  • Status changed from Under Review to Resolved
Actions #14

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF