eclipse-capella / capella-requirements-vp

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

Restrict queries not to propose library elements #35

Closed eclipse-capella-bot closed 3 years ago

eclipse-capella-bot commented 3 years ago

Restrict queries not to propose library elements

🆔 ECLIPSE-555343 / POLARSYS-1392 👷 minh.tu.ton.that 📅 2017-01-11 🔎 0.5.0

eclipse-capella-bot commented 3 years ago

ci-bot commented on 2017-01-11

Merged to [master]. Commit: e2ec138b7f3e5559bada9dae4e32ababc8d46c55

jean.barata commented on 2017-01-11

fixed in 'master' branch

jean.barata commented on 2017-01-11

fixed in 'master' branch

ghanshyamsinh.devda commented on 2017-01-12

Rework: make sure when requrirements are in library The browse button propose Req on source and target for "Internal Relation" (to check other queries as well)

ghanshyamsinh.devda commented on 2017-01-12

The query on Attribute Defination should not propose library element The query on Values sould not propose library elements

damien.filliat commented on 2017-01-13

To validate:

  • Create a Project/Library referencing other Libraries => when in Properties view, in elements of the Requirement model, you must never be able to reference an element of a referenced library.
  • Check that in EnumValueAttributes, you can only reference AttributeDefinitionEnum
  • Check that in EnumAttributeDefinition, you can only reference EnumerationDataTypeDefinitions.
  • Check that in other Attributes/AttributesDefinition you can NOT reference AttributeDefinitionEnum/EnumerationDataTypeDefinitions.

ci-bot commented on 2017-01-13

Merged to [master]. Commit: 11d409089b0b199fe471655e3df809666a17d6fc

roland.bary commented on 2017-01-17

verified fixed