postman-collection-transformer
postman-collection-transformer copied to clipboard
Preserve `enabled` key for collection variables in v1 normalizer iff it is present and is false
Preserve enabled key for collection variables in v1 normalizer iff it is present and is false.
This is being done to fix enabled/disabled info getting lost in normalize operation.
Note: As with disabled, we preserve the enabled field only when it indicates variable is not active.
@coditva @codenirvana will be adding the test cases post discussion of approach and the issues it is fixing.