Commit f63028f1a17394415b8f92de4659c254846b7a47
1 parent
f371b2e6
Exists in
master
redmine #4455 Funcionalidade rascunho;
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/ContratoController.js
... | ... | @@ -192,7 +192,7 @@ citApp.controller('ContratoController', ['$scope', '$filter', 'FileUploader', 'C |
192 | 192 | if (rascunho) { |
193 | 193 | $scope.contrato = rascunho; |
194 | 194 | } |
195 | - $scope.startTimerIntervalSaveDraft($scope.workspace , $scope.contrato, false); | |
195 | + $scope.startTimerIntervalSaveDraft($scope.workspace , $scope.contrato); | |
196 | 196 | $scope.edit = true; |
197 | 197 | $scope.setLoading(false); |
198 | 198 | }; | ... | ... |