mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
[DS-2058] Rename message to match the class that uses it.
Also create a new message and stop using Workflow message in DSO classes.
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