Revert the gcube-app workaround, the real problem was found.

This commit is contained in:
Andrea Dell'Amico 2017-11-28 13:08:13 +01:00
parent 23ccb5f29b
commit e25582c61e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<description> {{ item.description }} </description>
{% endif %}
{% if item.persistence_location is defined %}
<{{ item.persistence_label | default ('persistence') }} location="{{ item.persistence_location }}"/>
<persistence location="{{ item.persistence_location }}"/>
{% endif %}
{% if item.exclude_handlers is defined %}
{% for eh in item.exclude_handlers %}