Bug #51585
closedMissing required argument in EM List view
100%
Description
With #50234 the possibility to click on an extension's title to access the configuration was added to the Extension Manager's list view. Unfortunately the patch was backported as is to 6.0 and 6.1, but relied on a new feature of 6.2. There's a "uri" argument missing in the BE buttons icon view helper, crashing the EM's list view.
Files
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23493
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23494
Updated by Francois Suter about 11 years ago
- Target version changed from 2463 to next-patchlevel
Updated by Francois Suter about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0547211b3c1bb9ea0cf96dbce5fced5d67aec062.
Updated by Achim Fritz about 11 years ago
- File 89b1232576621ed27c81348d6944c9ef9e26d825.diff.txt 89b1232576621ed27c81348d6944c9ef9e26d825.diff.txt added
an empty uri works not for TYPO3_6-0-10, the uri should point to
action:'showConfigurationForm',controller:'Configuration' (Attachment)
Updated by Francois Suter about 11 years ago
- Is Regression set to No
It works for me. Sorry to answer with a silly question, but have you cleared all the cache?