get_property
/get_attribute
functions should not fail with REQ_TARGET
keyword if requirement is optional and not actually linked on a node template with a relationship template
#789
Labels
bug
Something isn't working
Bug Report
Description
get_attribute: [ REQ_TARGET, requirement_name, attribute_name]
andget_property: [ REQ_TARGET, requirement_name, property_name]
fails to resolve if an optional requirement is not actually connected to a capability.Expected behavior
If requirement definition is defined as optional and there is no actual relationship template on the requirement then
get_property
/get_attribute
functions should not fail and return no valueThe text was updated successfully, but these errors were encountered: