You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
When updating an environment, deletions from the original manifest should be carried over to the updated manifest.
Repro steps
install a manifest (file or http should both repro)
delete a definition from the original manifext
update the environment
expected result
The deleted definition should not bee kept.
actual result
The deleted definition remains.
This is happening because we are loading the cached manifest, and then updating it with the original manifest. It seems we should only load the original manifest and copy over the input values. It would be preferable to only copy over the non-orphan input values, but copying over all input values would be acceptable.
When updating an environment, deletions from the original manifest should be carried over to the updated manifest.
Repro steps
expected result
The deleted definition should not bee kept.
actual result
The deleted definition remains.
This is happening because we are loading the cached manifest, and then updating it with the original manifest. It seems we should only load the original manifest and copy over the input values. It would be preferable to only copy over the non-orphan input values, but copying over all input values would be acceptable.