added comment for creator/contributor
This commit is contained in:
parent
55ace9b60c
commit
61cdf74f31
|
@ -89,6 +89,7 @@ public class BulkUpload {
|
||||||
if (uniqueIsPartOf != null) {
|
if (uniqueIsPartOf != null) {
|
||||||
ace.setIsPartOf(Arrays.asList(uniqueIsPartOf));
|
ace.setIsPartOf(Arrays.asList(uniqueIsPartOf));
|
||||||
}
|
}
|
||||||
|
//See https://support.d4science.org/issues/19481#note-1
|
||||||
if (ace.getContributor() != null) {
|
if (ace.getContributor() != null) {
|
||||||
ace.getContributor().clear();
|
ace.getContributor().clear();
|
||||||
ace.setContributor(ace.getCreator());
|
ace.setContributor(ace.getCreator());
|
||||||
|
|
Loading…
Reference in New Issue