Saved reports (templates) are now just called "reports".
This commit is contained in:
@ -23,18 +23,6 @@ function opencase_reporting_help($route_name, RouteMatchInterface $route_match)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_theme().
|
||||
*/
|
||||
function opencase_reporting_theme() {
|
||||
return array(
|
||||
'opencase_reporting_presets' => array(
|
||||
'variables' => array('presets' => array()),
|
||||
'template' => 'block--opencase-reporting-presets',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_page_attachments
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user