Changes between Version 1 and Version 3 of Ticket #6085
- Timestamp:
- 2020-08-19T06:45:10Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6085
- Property Milestone Future → 1.17.0
- Property Priority high → blocker
-
Ticket #6085 – Description
v1 v3 1 1 If you open a licensed library with OMEdit, you can also read subpackages for a licensed feature for which you are not authorized. 2 2 3 For the following example, you can also open the Internal subpackage, even if you only have access to the feature test_licensed_feature.3 For the following example, you can also open the {{{SubLibrary}}} subpackage, even if you only have access to the feature {{{test_licensed_feature}}}. 4 4 5 5 {{{ … … 27 27 28 28 end InternalComponent2; 29 annotation ( 30 Protection( 31 access = Access.nonPackageDuplicate, 32 features={"test_licensed_feature2"}, 33 )); 29 34 30 end Internal; 35 31 … … 38 34 39 35 end SubComponent1; 40 36 annotation ( 37 Protection( 38 access = Access.nonPackageDuplicate, 39 features={"test_licensed_feature2"}, 40 )); 41 41 end SubLibrary; 42 42 annotation (