From e25582c61e7cdb33bfeef27dcb6d73bc680bf11b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 28 Nov 2017 13:08:13 +0100 Subject: [PATCH] Revert the gcube-app workaround, the real problem was found. --- smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 b/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 index 5e417252..a0707aac 100644 --- a/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 +++ b/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 @@ -7,7 +7,7 @@ {{ item.description }} {% endif %} {% if item.persistence_location is defined %} - <{{ item.persistence_label | default ('persistence') }} location="{{ item.persistence_location }}"/> + {% endif %} {% if item.exclude_handlers is defined %} {% for eh in item.exclude_handlers %}