Skip to content

Commit

Permalink
Merge pull request #6342 from effective-webwork/duplicate-project-tit…
Browse files Browse the repository at this point in the history
…le-error-message

Display error messages about empty or duplicate project titles
  • Loading branch information
solth authored Dec 11, 2024
2 parents 38b1131 + fab1087 commit 93139ac
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 93139ac

Please sign in to comment.