Skip to content

Commit

Permalink
Merge pull request #4707 from markusweigelt/reports_successful_export…
Browse files Browse the repository at this point in the history
…_only_once

#3316 switch to ajax request
  • Loading branch information
Kathrin-Huber authored Sep 30, 2021
2 parents 7030e0f + c28ad78 commit 6d392bc
Showing 1 changed file with 2 additions and 2 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()}">
<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 6d392bc

Please sign in to comment.