Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
Bugfix: Or check instead fo and
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesvanegmond committed Jun 6, 2018
1 parent 03d724b commit 2c1eb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/CRUD/list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% endblock %}

{% block list_footer %}
{% if admin.datagrid.results|length > 0 and (batchactions | length or export_formats | length) %}
{% if admin.datagrid.results|length > 0 or (batchactions | length or export_formats | length) %}
{{ parent() }}
{% endif %}
{% endblock %}

0 comments on commit 2c1eb9d

Please sign in to comment.