Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
On getting service components information for the selected stack from the server, web-client goes through all the config categories defined in data/service_config.js. Config categories are mapped to serviceComponents. If there is a serviceComponent defined over here but the serviceComponent is not defined in the stack then we delete all the metadata for the serviceComponent (configCategory in data/service_configs.js, properties in data/global_properties and data/review_configs).
This deletion should not be done if the above condition holds true while service is not part of the stack. If the service is not the part of the stack then we anyways hide all the information related to the service on all pages. so web-client can work without deleting them