* Use Property.getStringValue() to resolve property references in query filters,
otherwise Node references will be rendered as NodeHandle[...].
This commit is contained in:
parent
2a0524aa6b
commit
1ccd0fb75c
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ public final class Relation {
|
|||
if (propertyName != null) {
|
||||
IProperty property = nonvirtual.get(propertyName);
|
||||
if (property != null) {
|
||||
value = property.getValue();
|
||||
value = property.getStringValue();
|
||||
}
|
||||
}
|
||||
if (value == null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue