objects/table: render filter editor even if empty

This commit is contained in:
Thomas Gelf 2016-03-20 14:41:14 +01:00
parent 1a21d2cc13
commit 52fd0a60b3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<span data-base-target="_next">
<?= $this->addLink ?>
</span>
<?php if ($this->filterEditor && ! $this->filterEditor->getFilter()->isEmpty()): ?>
<?php if ($this->filterEditor): ?>
<?= $this->filterEditor ?>
<?php endif ?>
<?= $this->table->getPaginator() ?>