Skip to content
Snippets Groups Projects
Commit 6edce6dd authored by Felix Kopp's avatar Felix Kopp Committed by Christian Kuhn
Browse files

[TASK] EM: easy access to showAllVersions

The showAllVersions view is not easily accessible since only
tiny links point there. This patch adds further links.

Change-Id: I75b7a51a902a43d0ea584d037ee023a695c943ec
Fixes: #46971
Releases: 6.0, 6.1
Reviewed-on: https://review.typo3.org/19648
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent fdfc38fc
Branches
Tags
No related merge requests found
......@@ -4,14 +4,20 @@
<em:downloadExtension extension="{extension}" />
</td>
<td>
{extension.title}
<f:link.action action="showAllVersions" arguments="{extensionKey: extension.extensionKey}">
{extension.title}
</f:link.action>
<em:showExtensionVersions extension="{extension}" />
</td>
<td>
{extension.extensionKey}
<f:link.action action="showAllVersions" arguments="{extensionKey: extension.extensionKey}">
{extension.extensionKey}
</f:link.action>
</td>
<td>
{extension.version}
<f:link.action action="showAllVersions" arguments="{extensionKey: extension.extensionKey}">
{extension.version}
</f:link.action>
<em:showExtensionVersions extension="{extension}" />
</td>
<td title="{extension.description}">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment