[FIX] cover upload API
This commit is contained in:
parent
b530cb629b
commit
21d7eace4c
@ -403,6 +403,6 @@ public class DataTools {
|
|||||||
"The class have no annotation @Id ==> can not determine the default type searching");
|
"The class have no annotation @Id ==> can not determine the default type searching");
|
||||||
}
|
}
|
||||||
final FieldName fieldName = AnnotationTools.getFieldName(idField, new QueryOptions());
|
final FieldName fieldName = AnnotationTools.getFieldName(idField, new QueryOptions());
|
||||||
AddOnDataJson.addLink(ioDb, clazz, fieldName.inTable(), id, null, data.oid);
|
AddOnDataJson.addLink(ioDb, clazz, fieldName.inTable(), id, "covers", data.oid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user