From fab10879bd087f6238625366978a7af7e7f88107 Mon Sep 17 00:00:00 2001 From: Arved Solth Date: Tue, 10 Dec 2024 14:14:08 +0100 Subject: [PATCH] Display error messages about empty or duplicate project titles --- Kitodo/src/main/webapp/pages/projectEdit.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kitodo/src/main/webapp/pages/projectEdit.xhtml b/Kitodo/src/main/webapp/pages/projectEdit.xhtml index 024b885d216..1c5ba21ff5e 100644 --- a/Kitodo/src/main/webapp/pages/projectEdit.xhtml +++ b/Kitodo/src/main/webapp/pages/projectEdit.xhtml @@ -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"/>