Skip to content

Commit

Permalink
Merge pull request kitodo#6343 from effective-webwork/3-8-duplicate-p…
Browse files Browse the repository at this point in the history
…roject-title-error-message

[3.8] Display error messages about empty or duplicate project titles
  • Loading branch information
solth authored Dec 11, 2024
2 parents a14ab6d + 9c294cb commit a607176
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 a607176

Please sign in to comment.