Skip to content

Commit

Permalink
Merge pull request #1399 from tripal/tv4g8-1397-tripal_extensions_men…
Browse files Browse the repository at this point in the history
…u_page

fix for #1397 - Drupal provided Extensions menu
  • Loading branch information
laceysanderson committed Jan 30, 2023
2 parents 4055582 + e3f221c commit 0ca5a37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions tripal/src/Controller/TripalController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ public function tripalStorage() {
];
}

public function tripalExtensions() {
//
return [
'#markup' => 'Not yet upgraded.',
];
}



public function tripalAttachField($id) {
//tripal_jobs_view in tripal.jobs.inc
return [
Expand Down
2 changes: 1 addition & 1 deletion tripal/tripal.routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tripal.storage:
tripal.extension:
path: 'admin/tripal/extension'
defaults:
_controller: '\Drupal\tripal\Controller\TripalController::tripalExtensions'
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
_title: 'Extensions'
requirements:
_permission: 'administer tripal'
Expand Down

0 comments on commit 0ca5a37

Please sign in to comment.