Avaiga / taipy-studio-config

Visual Studio Code extension for Taipy: Configuration Builder
Apache License 2.0
5 stars 1 forks source link

BUG-Suffix :SCOPE missing for Scope property #48

Closed FlorianJacta closed 1 year ago

FlorianJacta commented 1 year ago

Description The list of options for the Scope property for Data nodes needs to be corrected. This is what is currently in the list [GLOBAL, CYCLE, SCENARIO, PIPELINE]. The :SCOPE suffix is missing. This means that Taipy Studio can not be used to modify the Scope of a Data node, as Taipy does not recognize these values.

How to reproduce

Expected behavior The list of Scopes should be [GLOBAL:SCOPE, CYCLE:SCOPE, SCENARIO:SCOPE, PIPELINE:SCOPE].

Runtime environment