diff --git a/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/EstudoTecnicoController.js b/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/EstudoTecnicoController.js
index 507414c..74de644 100644
--- a/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/EstudoTecnicoController.js
+++ b/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/EstudoTecnicoController.js
@@ -122,7 +122,6 @@ citApp.controller('EstudoTecnicoController', ['$scope', 'EstudoTecnicoRepository
$scope.atualizarListaSizeSelectRecursoHumano();
$scope.atualizarListaSizeSelectAcaoContigencia();
- $scope.startTimerIntervalSaveDraft($scope.workspace , $scope.estudoTecnico, true);
$timeout(function() {
$scope.estudoTecnicoForm.planejamentoContratacaoForm.$submitted = false;
$scope.estudoTecnicoForm.definicaoRequisitosForm.$submitted = false;
@@ -168,7 +167,7 @@ citApp.controller('EstudoTecnicoController', ['$scope', 'EstudoTecnicoRepository
$scope.atualizarListaSizeSelectAcaoContigencia();
$scope.setCurrentStep(0);
-
+ $scope.stopTimerIntervalDraft($scope.workspace);
$scope.setLoading(false);
});
};
diff --git a/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js b/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js
index 52d64fc..75407b3 100644
--- a/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js
+++ b/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js
@@ -710,6 +710,7 @@ citApp.controller('TermoReferenciaController', ['$scope',
$scope.atualizaListaBeneficiosEsperados($scope.termoReferencia.estudoTecnico);
$scope.atualizaListaJustificativasContratacao($scope.termoReferencia.estudoTecnico);
$scope.atualizaInformacoesIntegrantesEstudoTecnico($scope.termoReferencia.estudoTecnico);
+ $scope.stopTimerIntervalDraft($scope.workspace);
$scope.setLoading(false);
});
};
diff --git a/cit-contratos-web/src/main/webapp/html/contrato/contratoList.html b/cit-contratos-web/src/main/webapp/html/contrato/contratoList.html
index fad7b2e..59fc7a4 100644
--- a/cit-contratos-web/src/main/webapp/html/contrato/contratoList.html
+++ b/cit-contratos-web/src/main/webapp/html/contrato/contratoList.html
@@ -22,7 +22,7 @@
LABEL.EXPORTAR_CSV
-
-
+
PORTAL.LABEL.SHOW_RASCUNHO
diff --git a/cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html b/cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html
index 91abf9d..d66cc4a 100644
--- a/cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html
+++ b/cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html
@@ -30,7 +30,7 @@
LABEL.EXPORTAR_CSV
-
+
PORTAL.LABEL.SHOW_RASCUNHO
--
libgit2 0.21.2