Added reporting menu with one link for Custom Report

This commit is contained in:
Naomi
2018-10-01 14:58:00 +01:00
parent bfef673d42
commit 5cde32c975
4 changed files with 38 additions and 0 deletions

View File

@ -47,6 +47,8 @@ function opencase_reporting_uninstall() {
'views.view.reporting_actors',
'block.block.facet_actortype',
'block.block.facet_created',
'block.block.opencase_reporting_menu',
'system.menu.opencase_reporting'
];
foreach($configs as $config) {
Drupal::configFactory()->getEditable($config)->delete();