Bug #65027
closedElementBrowser: After file upload no file can be selected
100%
Description
When you upload a file in the ElementBrowser and want to directly select that file a JS issue is thrown.
ReferenceError: link_folder is not defined
This happens because there is already an JS issue thrown earlier:
SyntaxError: missing name after . operator
...ow.opener.document && window.opener.document. && window.opener.document.[""] )
$this->P['formName'] is empty...
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted 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 http://review.typo3.org/36903
Updated by Nicole Cordes almost 10 years ago
To verify the problem you have to use a field with link wizard (e.g. header_link in tt_content)
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36903
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36905
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 26fce78c6300537b8f47cda66f782b1f16b2a57e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed