Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match view description to menu description #4248

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions modules/metastore/metastore.routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,3 @@ metastore.datasets:
_title: 'Datasets'
requirements:
_permission: 'create data content'

metastore.datasets.create:
path: '/admin/dkan/datasets'
defaults:
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
_title: 'Create Dataset'
requirements:
_permission: 'create data content'
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
id: dkan_dataset_content
label: 'DKAN Datasets'
module: node
description: 'Find and manage content.'
description: 'Dataset content view.'
tag: default
base_table: node_field_data
base_field: nid
Expand Down Expand Up @@ -1536,7 +1536,7 @@ display:
menu:
type: none
title: Datasets
description: 'Administer all content in the DKAN metastore'
description: 'Dataset content view.'
weight: -10
expanded: false
menu_name: admin
Expand Down