From 1de76ba266a60294887ad8f39c5d7c1d50fac391 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 19 Aug 2020 10:46:08 +0200 Subject: [PATCH] added link to reporting documentation --- templates/reporting/actions.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/reporting/actions.html.twig b/templates/reporting/actions.html.twig index 5ba21434..2906dd7a 100644 --- a/templates/reporting/actions.html.twig +++ b/templates/reporting/actions.html.twig @@ -6,6 +6,7 @@ {% set children = children|merge({(report.id): {'title': report.label|trans({}, 'reporting'), 'url': path(report.route), 'class': 'toolbar-action report-' ~ report.id}}) %} {% endfor %} {% set actions = actions|merge({'reporting': {'children': children}}) %} + {% set actions = actions|merge({'help': {'url': 'reporting.html'|docu_link, 'target': '_blank'}}) %} {% set event = trigger('actions.reporting', {'actions': actions}) %} {{ widgets.page_actions(event.payload.actions) }} {% endmacro %}