Commit 77b75ca8 authored by Łukasz Nowak's avatar Łukasz Nowak

Evaluate to true.

Any correct XML is accepted, even if as dict it evaluated to false, so if call
to getInstanceXmlAsDict succeed evaluate expression to true.
parent 947aad85
......@@ -26,7 +26,7 @@
</item>
<item>
<key> <string>expression</string> </key>
<value> <string>python: context.getInstanceXmlAsDict()</string> </value>
<value> <string>python: context.getInstanceXmlAsDict() or True</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
404
\ No newline at end of file
405
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment