Fix Sponge persisted subject parent serialisation
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ public class SubjectDataContainer {
|
||||
for (LPSubjectReference ref : e.getValue()) {
|
||||
JsonObject parent = new JsonObject();
|
||||
parent.addProperty("collection", ref.getCollectionIdentifier());
|
||||
parent.addProperty("subject", ref.getCollectionIdentifier());
|
||||
parent.addProperty("subject", ref.getSubjectIdentifier());
|
||||
data.add(parent);
|
||||
}
|
||||
section.add("data", data);
|
||||
|
||||
Reference in New Issue
Block a user