cp-api / req1

0 stars 0 forks source link

Restrict queries not to propose library elements #23

Closed cp-api closed 3 years ago

cp-api commented 3 years ago

Restrict queries not to propose library elements

ECLIPSE-555343 POLARSYS-1392 @tto 2017-01-11

cp-api commented 3 years ago

ci-bot commented on 2017-01-11

Merged to [master]. Commit: e2ec138b7f3e5559bada9dae4e32ababc8d46c55

jba commented on 2017-01-11

fixed in 'master' branch

jba commented on 2017-01-11

fixed in 'master' branch

sde 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)

sde commented on 2017-01-12

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

dfi 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

rba commented on 2017-01-17

verified fixed