Merge branch 'maint-rel-1.6' into develop
Conflicts: src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddConceptThroughObjectPropertyGenerator.java
This commit is contained in:
commit
b71fb8045a
6 changed files with 71 additions and 5 deletions
|
@ -122,8 +122,11 @@ public class AddConceptThroughObjectPropertyGenerator extends DefaultObjectPrope
|
|||
}
|
||||
String[] typesArray = types.toArray(new String[types.size()]);
|
||||
field.setOptions( new IndividualsViaSolrQueryOptions(
|
||||
vreq.getSession().getServletContext(),
|
||||
typesArray));
|
||||
vreq.getSession().getServletContext(),
|
||||
getSubjectUri(),
|
||||
predicateUri,
|
||||
getObjectUri(),
|
||||
typesArray));
|
||||
}else{
|
||||
field.setOptions(null);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue