Merge branch 'maint-rel-1.6' into develop
This commit is contained in:
commit
ee7512a73b
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ public class AddAuthorsToInformationResourceGenerator extends VivoBaseGenerator
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e, e);
|
log.error(e, e);
|
||||||
}
|
}
|
||||||
|
authorships = QueryUtils.removeDuplicatesMapsFromList(authorships, "authorShipURI", "authorURI");
|
||||||
log.debug("authorships = " + authorships);
|
log.debug("authorships = " + authorships);
|
||||||
return getAuthorshipInfo(authorships);
|
return getAuthorshipInfo(authorships);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue