While addressing issues with the ConfigurationManager tickets, an environment variable was added to easey-ecmps-ui to control the module visibility (REACT_APP_EASEY_ECMPS_UI_ENABLE_CONFIGURATION_MANAGEMENT_MODULE). This flag was used to enable the module only in the Dev and Test environments.
Once the issues in those tickets have been adequately addressed, the environment variable and all related logic (including the entries in manifest-vars.*) should be removed entirely.
While addressing issues with the Configuration Manager tickets, an environment variable was added to
easey-ecmps-ui
to control the module visibility (REACT_APP_EASEY_ECMPS_UI_ENABLE_CONFIGURATION_MANAGEMENT_MODULE
). This flag was used to enable the module only in the Dev and Test environments.Once the issues in those tickets have been adequately addressed, the environment variable and all related logic (including the entries in
manifest-vars.*
) should be removed entirely.