Merge branch 'main' into 3061

This commit is contained in:
Mark H. Wood
2021-09-07 14:30:20 -04:00
744 changed files with 38132 additions and 24385 deletions

View File

@@ -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";
}