cp-api / capella-requirements-vp

0 stars 0 forks source link

Tool 'Requirements' systematically removes requirements that were already present in the diagram #67

Open eclipse-capella-bot opened 3 years ago

eclipse-capella-bot commented 3 years ago

Steps to reproduce :

Expected: REQ-1 should still be visible in the diagram

ECLIPSE-555392 POLARSYS-2376 @lde 2019-02-04

eclipse-capella-bot commented 3 years ago

lde commented on 2019-02-04

It seems that the service "asList()" use in the AQL expression

aql:elementView.getDiagramContainer().hideRequirements(selectedRequirements.asList(), visibleRequirementsOnDiagram)

is no longer invoked. I suspect that removing ".asList()" would solve the issue:

aql:elementView.getDiagramContainer().hideRequirements(selectedRequirements, visibleRequirementsOnDiagram)

ci-bot commented on 2019-06-05

Merged to [master]. Commit: 52d811cfc5bb758b85c87d4d85ea3b477c95dc65