Informatievlaanderen / OSLO-UML-Transformer

Software components that are used within the OSLO Toolchain
MIT License
5 stars 3 forks source link

Fix addScope function #41

Closed ddvlanck closed 6 months ago

ddvlanck commented 6 months ago

To determine the scope, first the packageBaseUri was checked and then the this.config.publicationEnvironment variable was is set by CLI. However, the first one is more specific than the latter, meaning that the "if"-statement with the latter will always be true.

Therefore, we switch both if-statements.