NIHVIVO-3542 Fix a typological error introduced in r.9563
This commit is contained in:
parent
b731c17f6a
commit
3ceff9e0a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* postprocessing phase, check the editing policy, and remove the statement if it's not editable. We would not
|
||||||
* preprocess the query, as here.
|
* preprocess the query, as here.
|
||||||
*/
|
*/
|
||||||
boolean criticalDataRequired = editing;
|
boolean criticalDataRequired = !editing;
|
||||||
NodeList children = selectQueryNode.getChildNodes();
|
NodeList children = selectQueryNode.getChildNodes();
|
||||||
int childCount = children.getLength();
|
int childCount = children.getLength();
|
||||||
value = "";
|
value = "";
|
||||||
|
|
Loading…
Add table
Reference in a new issue