NIHVIVO-3542 Fix a typological error introduced in r.9563

This commit is contained in:
j2blake 2012-02-20 20:10:24 +00:00
parent b731c17f6a
commit 3ceff9e0a5

View file

@ -492,7 +492,7 @@ public abstract class ObjectPropertyTemplateModel extends PropertyTemplateModel
* postprocessing phase, check the editing policy, and remove the statement if it's not editable. We would not
* preprocess the query, as here.
*/
boolean criticalDataRequired = editing;
boolean criticalDataRequired = !editing;
NodeList children = selectQueryNode.getChildNodes();
int childCount = children.getLength();
value = "";