eclipse-capella / capella-requirements-vp

This add-on allows importing a set of requirements from a ReqIF file
Eclipse Public License 2.0
18 stars 17 forks source link

Requirements cannot be shown in Title Blocks #128

Open oconstant opened 3 years ago

oconstant commented 3 years ago

When specified to show requirements, Title Blocks in Capella 5.0.0 instead show "Invalid feature as name".

image

michaeljfazio commented 3 weeks ago

Just hit this same issue. I'm attempting to add a title block for a capability using the following aql query:

aql:self.eInverse(CapellaRequirements::CapellaOutgoingRelation).target->concat(self.eInverse(CapellaRequirements::CapellaIncomingRelation).source)

The requirements display perfectly fine in the interpreter evaluation but display "Invalid feature as name" as per above when shown in a title block.