[COMPONENT][Right Panel] Send request to AppendRightPanelBlock event

This commit is contained in:
Phablulo Joel 2021-12-30 12:14:41 -03:00
parent d7f70d288d
commit bdd8cbf36d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
{% endif %}
{% set current_path = app.request.get('_route') %}
{% for block in handle_event('AppendRightPanelBlock', {'path': current_path, 'vars': right_panel_vars | default }, request) %}
{% for block in handle_event('AppendRightPanelBlock', {'path': current_path, 'request': request, 'vars': right_panel_vars | default }, request) %}
{{ block | raw }}
{% endfor %}