Skip to content

Commit 7e266f0

Browse files
committed
Correctly merge env edits after background upates
1 parent 685f44d commit 7e266f0

File tree

2 files changed

+125
-125
lines changed

2 files changed

+125
-125
lines changed

app/scripts/directives/editEnvironmentVariables.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// variables. If not, merge the environment edits into the updated
5353
// deployment config object.
5454
if (EnvironmentService.isEnvironmentEqual(currentValue, previousValue)) {
55-
ctrl.updatedObject = EnvironmentService.mergeEdits(currentValue, previousValue);
55+
ctrl.updatedObject = EnvironmentService.mergeEdits(ctrl.updatedObject, currentValue);
5656
return;
5757
}
5858

0 commit comments

Comments
 (0)