Skip to content
Snippets Groups Projects
Commit 20e8e8d8 authored by jrockowitz's avatar jrockowitz
Browse files

Minor fix to export

parent 00532939
Branches
Tags
No related merge requests found
Pipeline #214961 failed
......@@ -42,8 +42,8 @@ schemadotorg_report.type.export:
requirements:
_permission: 'administer schemadotorg'
schemadotorg_report.relationships.export:
path: '/admin/reports/schemadotorg/relationships/export'
schemadotorg_report.relationships.overview.export:
path: '/admin/reports/schemadotorg/relationships/overview/export'
defaults:
_controller: '\Drupal\schemadotorg_export\Controller\SchemaDotOrgExportReportRelationshipsController::index'
format: 'overview'
......
......@@ -85,7 +85,7 @@ class SchemaDotOrgExportEventSubscriber extends ServiceProviderBase implements E
case 'schemadotorg_mapping_set.overview':
case 'schemadotorg_mapping_set.details':
case 'schemadotorg_starterkit.details':
case 'schemadotorg_report.relationships':
case 'schemadotorg_report.relationships.overview':
case 'schemadotorg_report.relationships.targets':
$this->appendButton(
$event,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment