Skip to content

Commit

Permalink
IVYPORTAL-17831: Fix upload case document error (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvthai-axonivy authored Oct 23, 2024
1 parent 5c49adf commit 6e0e1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<p:commandLink id="add-document-command"
styleClass="case-details-document-add-link u-mar-right-10"
rendered="#{caseTaskDocumentBean.canWriteDocument(case)}"
actionListener="#{data.setICase(case)}" oncomplete="PF('document-upload-dialog').show()">
onclick="PF('document-upload-dialog').show()">
<span class="si si-common-file-add" />
<span class="display-full-text">#{ivy.cms.co('/ch.ivy.addon.portalkit.ui.jsf/common/addDocument')}</span>
<span class="display-short-text">#{ivy.cms.co('/ch.ivy.addon.portalkit.ui.jsf/common/add')}</span>
Expand Down

0 comments on commit 6e0e1e9

Please sign in to comment.