updating field options constructor

This commit is contained in:
hudajkhan 2013-11-01 11:24:05 -04:00
parent 27a814c0a6
commit c080c0484c

View file

@ -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);
}