Skip to content

Commit

Permalink
fix(core/pipeline): Don't break templated pipelines when updating con…
Browse files Browse the repository at this point in the history
…fig (#7428)
  • Loading branch information
jervi authored and Jammy Louie committed Sep 24, 2019
1 parent b942b5b commit 70dee3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ module.exports = angular
$scope.$applyAsync(() => {
$scope.pipeline = _.cloneDeep($scope.pipeline);
_.extend($scope.pipeline, changes);
$scope.renderablePipeline = $scope.pipeline;
markDirty();
});
};
Expand Down

0 comments on commit 70dee3f

Please sign in to comment.