Skip to content

Instantly share code, notes, and snippets.

@ppmdo
Created February 16, 2018 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ppmdo/df6f152f6da6e6804de4afb27f5311a4 to your computer and use it in GitHub Desktop.
Save ppmdo/df6f152f6da6e6804de4afb27f5311a4 to your computer and use it in GitHub Desktop.
Changes to DspaceObject.java
@@ -1377,6 +1377,8 @@ public abstract class DSpaceObject
return new String[]{"eperson","lastname",null};
case "phone":
return new String[]{"eperson","phone",null};
+ case "order":
+ return new String[]{MetadataSchema.DC_SCHEMA, "identifier", "other"};
case "language":
return new String[]{"eperson","language",null};
default:
@@ -1384,4 +1386,4 @@ public abstract class DSpaceObject
}
}
-}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment