Skip to content

Commit

Permalink
Merge pull request #6344 from effective-webwork/3-7-duplicate-project…
Browse files Browse the repository at this point in the history
…-title-error-message

[3.7] Display error messages about empty or duplicate project titles
  • Loading branch information
solth authored Dec 11, 2024
2 parents 9d277db + 7418104 commit 482f6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kitodo/src/main/webapp/pages/projectEdit.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
iconPos="right"
onclick="setConfirmUnload(false);PF('notifications').renderMessage({'summary':'#{msgs.projectSaving}','detail':'#{msgs.youWillBeRedirected}','severity':'info'});"
disabled="#{ProjectForm.saveDisabled}"
update="notifications"/>
update="notifications editForm:error-messages"/>
</ui:define>

<ui:define name="messages">
Expand Down

0 comments on commit 482f6d3

Please sign in to comment.