mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 19:13:18 +00:00
Refactoring. Adding callbacks to auto-update registry & auto-index post migrations. Updates to Unit Tests and code to use those callbacks. Cleanup of Ant build process based on changes
This commit is contained in:
@@ -1278,7 +1278,7 @@ public abstract class DSpaceObject
|
||||
|
||||
if (field == null)
|
||||
{
|
||||
log.error("Loading item - cannot find metadata field " + fieldID);
|
||||
log.error("Loading item - cannot find metadata field " + fieldID + " for resourceType=" + resourceTypeId + " and resourceId=" + resourceId);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user