prevent export count error in backend template
This commit is contained in:
parent
b40558364e
commit
9185c12468
@ -51,7 +51,7 @@
|
|||||||
<input type="hidden" name="exportformat" id="exportformat" value="CSV">
|
<input type="hidden" name="exportformat" id="exportformat" value="CSV">
|
||||||
|
|
||||||
[{assign var="groups" value=$oView->getGroups()}]
|
[{assign var="groups" value=$oView->getGroups()}]
|
||||||
[{if $groups|count}]
|
[{if $groups|@count}]
|
||||||
<div id="accordion">
|
<div id="accordion">
|
||||||
[{foreach from=$oView->getGroups() item="group"}]
|
[{foreach from=$oView->getGroups() item="group"}]
|
||||||
<div class="card mb-2">
|
<div class="card mb-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user