From fc7efb172679ca8bdf84ff123796a19b46245993 Mon Sep 17 00:00:00 2001 From: Markus Weigelt Date: Tue, 28 Sep 2021 13:41:31 +0200 Subject: [PATCH 1/2] #3316 switch to ajax request --- .../templates/includes/desktop/processesWidget.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/desktop/processesWidget.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/desktop/processesWidget.xhtml index 1087c73ea9c..1fbc0b0445a 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/desktop/processesWidget.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/desktop/processesWidget.xhtml @@ -79,13 +79,13 @@ - + rendered="#{SecurityAccessController.hasAuthorityToExportProcess()}" > - + Date: Tue, 28 Sep 2021 13:42:40 +0200 Subject: [PATCH 2/2] #3316 change formatting --- .../WEB-INF/templates/includes/desktop/processesWidget.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/desktop/processesWidget.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/desktop/processesWidget.xhtml index 1fbc0b0445a..4e461738f74 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/desktop/processesWidget.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/desktop/processesWidget.xhtml @@ -83,7 +83,7 @@ action="#{DesktopForm.exportMets(process.id)}" styleClass="action" title="#{msgs.exportMets}" - rendered="#{SecurityAccessController.hasAuthorityToExportProcess()}" > + rendered="#{SecurityAccessController.hasAuthorityToExportProcess()}">