NIHVIVO-1510 Collated custom list views

This commit is contained in:
rjy7 2010-12-22 23:10:12 +00:00
parent e16ad50d5c
commit dd4acf965b
2 changed files with 10 additions and 9 deletions

View file

@ -33,10 +33,10 @@ public class CollatedObjectPropertyTemplateModel extends ObjectPropertyTemplateM
super(op, subject, vreq);
// RY Temporarily throw an error because collation hasn't been implemented yet.
boolean error = true;
if (error) {
throw new Exception("Collated object property not implemented yet");
}
// boolean error = true;
// if (error) {
// throw new Exception("Collated object property not implemented yet");
// }
/* Change the approach to collation:
* Custom views can get the subclasses in the query. Must use a term ?subclass - throw error if not.