prevent export count error in backend template

This commit is contained in:
Daniel Seifert 2021-04-27 23:41:41 +02:00
parent b40558364e
commit 9185c12468
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<input type="hidden" name="exportformat" id="exportformat" value="CSV">
[{assign var="groups" value=$oView->getGroups()}]
[{if $groups|count}]
[{if $groups|@count}]
<div id="accordion">
[{foreach from=$oView->getGroups() item="group"}]
<div class="card mb-2">