Skip to content

Commit 76be65c

Browse files
Fix
1 parent 8c11ac6 commit 76be65c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/views/CategoryAdmin/tree.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ file that was distributed with this source code.
5858
<div class="box-header">
5959
<h1 class="box-title">
6060
{{ 'tree_catalog_title'|trans({}, admin.translationdomain) }}
61-
{% if not app.request.get('hide_context') and current_context is not empty %}
61+
{% if not app.request.query.get('hide_context') and current_context is not empty %}
6262
<div class="btn-group">
6363
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
6464
<strong class="text-info">{{ current_context.name }}</strong> <span class="caret"></span>

0 commit comments

Comments
 (0)