Skip to content
Snippets Groups Projects
Commit 078e03e2 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#546 - do not hide template groups without any templates to allow movement by drag&drop

parent 1c8c530a
No related branches found
No related tags found
No related merge requests found
Pipeline #6020 failed
......@@ -41,7 +41,7 @@
<div class="col s12">
<#list templatesByGroup as templateGroup, templates>
<ul class="collapsible expandable templateCollapsible" data-group-id="${templateGroup.ID?c}">
<#if templatesByGroup?size != 1 && templates?size != 0>
<#if templatesByGroup?size != 1>
<div class="template-group-headline">${getTemplateGroupName(templateGroup)}</div>
</#if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment