Merge branch 'maint-rel-1.6' of https://github.com/vivo-project/VIVO into maint-rel-1.6
This commit is contained in:
commit
d52ce0aad8
2 changed files with 902 additions and 898 deletions
|
@ -271,7 +271,8 @@ public class AddGrantRoleToPersonGenerator implements EditConfigurationGenerator
|
||||||
urisInScope.put("roleType",
|
urisInScope.put("roleType",
|
||||||
Arrays.asList(new String[]{getRoleType(vreq)}));
|
Arrays.asList(new String[]{getRoleType(vreq)}));
|
||||||
//Setting inverse role predicate
|
//Setting inverse role predicate
|
||||||
urisInScope.put("inverseRolePredicate", getInversePredicate(vreq));
|
// with ISF changes this will always be the same
|
||||||
|
urisInScope.put("inverseRolePredicate", Arrays.asList(new String[]{"http://purl.obolibrary.org/obo/RO_0000052"}));
|
||||||
|
|
||||||
editConfiguration.setUrisInScope(urisInScope);
|
editConfiguration.setUrisInScope(urisInScope);
|
||||||
//Uris in scope include subject, predicate, and object var
|
//Uris in scope include subject, predicate, and object var
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue