mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
Merge branch 'main' into 3061
This commit is contained in:
@@ -183,7 +183,7 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
|
||||
throws MissingResourceException, SQLException {
|
||||
if (field.equals(MD_NAME) && (value == null || value.trim().equals(""))) {
|
||||
try {
|
||||
value = I18nUtil.getMessage("org.dspace.workflow.WorkflowManager.untitled");
|
||||
value = I18nUtil.getMessage("org.dspace.content.untitled");
|
||||
} catch (MissingResourceException e) {
|
||||
value = "Untitled";
|
||||
}
|
||||
|
Reference in New Issue
Block a user