Commit f733373e authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

InteractionWorkflow.py: correct typo error which causes guard expressing error in showAsXML.

parent cf01e7e9
......@@ -488,7 +488,7 @@ class InteractionWorkflow(IdAsReferenceMixin("", "prefix"), XMLObject):
property_value = tuple(property_value)
sub_object = SubElement(guard, property_id, attrib=dict(type='guard configuration'))
elif property_id == 'expr':
property_value = tdef.getProperty(prop_id)
property_value = tdef.getProperty(property_id)
sub_object = SubElement(guard, property_id, attrib=dict(type='guard configuration'))
# no-property definded action box configuration
elif property_id in ['actbox_name', 'actbox_url', 'actbox_category', 'trigger_type']:
......
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