Skip to content

Commit

Permalink
Merge pull request #16 from chrometoasters/pulls/13-taxonomies-overvi…
Browse files Browse the repository at this point in the history
…ew-link-fix

Fix taxonomies overview link in file form extension
  • Loading branch information
normann authored Dec 19, 2019
2 parents 5c50ffb + 5b0ec62 commit 799e5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/FileFormFactoryTaxonomyExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function updateFormFields(FieldList $fields, $controller, $formName, $con

$taxonomiesOverviewLink = LiteralField::create(
'TaxonomiesOverviewLink',
'<a href="/at-taxonomies-overview" target="_blank" class="at-link-external">Open \'All taxonomies\' overview</a>'
'<a href="/at-taxonomy-overview" target="_blank" class="at-link-external">Open \'All taxonomies\' overview</a>'
);

$fields->addFieldsToTab('Editor.Tags', [
Expand Down

0 comments on commit 799e5c0

Please sign in to comment.