Changes between Version 1 and Version 3 of Ticket #6085


Ignore:
Timestamp:
2020-08-19T06:45:10Z (4 years ago)
Author:
Niklas Worschech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6085

    • Property Milestone Future1.17.0
    • Property Priority highblocker
  • Ticket #6085 – Description

    v1 v3  
    11If you open a licensed library with OMEdit, you can also read subpackages for a licensed feature for which you are not authorized.
    22
    3 For the following example, you can also open the Internal subpackage, even if you only have access to the feature test_licensed_feature.
     3For the following example, you can also open the {{{SubLibrary}}} subpackage, even if you only have access to the feature {{{test_licensed_feature}}}.
    44
    55{{{
     
    2727   
    2828    end InternalComponent2;
    29       annotation (
    30       Protection(
    31         access = Access.nonPackageDuplicate,
    32         features={"test_licensed_feature2"},
    33         ));
     29     
    3430  end Internal;
    3531
     
    3834   
    3935    end SubComponent1;
    40    
     36    annotation (
     37      Protection(
     38        access = Access.nonPackageDuplicate,
     39        features={"test_licensed_feature2"},
     40        ));
    4141  end SubLibrary;
    4242  annotation (