We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c11ac6 commit 76be65cCopy full SHA for 76be65c
1 file changed
src/Resources/views/CategoryAdmin/tree.html.twig
@@ -58,7 +58,7 @@ file that was distributed with this source code.
58
<div class="box-header">
59
<h1 class="box-title">
60
{{ 'tree_catalog_title'|trans({}, admin.translationdomain) }}
61
- {% if not app.request.get('hide_context') and current_context is not empty %}
+ {% if not app.request.query.get('hide_context') and current_context is not empty %}
62
<div class="btn-group">
63
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
64
<strong class="text-info">{{ current_context.name }}</strong> <span class="caret"></span>
0 commit comments