Skip to content

Commit

Permalink
kitodo#3316 switch to ajax request
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Sep 28, 2021
1 parent af88a7d commit fc7efb1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
<!-- TODO: add separate message in case it already exists and alert -->
</p:commandLink>

<h:commandLink id="exportMets"
<p:commandLink id="exportMets"
action="#{DesktopForm.exportMets(process.id)}"
styleClass="action"
title="#{msgs.exportMets}"
rendered="#{SecurityAccessController.hasAuthorityToExportProcess()}">
rendered="#{SecurityAccessController.hasAuthorityToExportProcess()}" >
<h:outputText><i class="fa fa-file-code-o"/></h:outputText>
</h:commandLink>
</p:commandLink>
<h:panelGroup styleClass="action"
title="#{process.hasChildren() ? msgs.processNotDeletableWithChildren : msgs.delete}">
<p:commandLink id="deleteProcess"
Expand Down

0 comments on commit fc7efb1

Please sign in to comment.