Commit cbf991ba32da9e3b736001aeffa394e331271d33
1 parent
50e5533a
Exists in
master
[Redmine Atendimento #4510]Add rascunho em termo de referencia
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js
@@ -238,8 +238,6 @@ citApp.controller('TermoReferenciaController', ['$scope', | @@ -238,8 +238,6 @@ citApp.controller('TermoReferenciaController', ['$scope', | ||
238 | 238 | ||
239 | $scope.startTimerIntervalSaveDraft($scope.workspace , $scope.termoReferencia, true); | 239 | $scope.startTimerIntervalSaveDraft($scope.workspace , $scope.termoReferencia, true); |
240 | 240 | ||
241 | - $scope.startTimerIntervalSaveDraft($scope.workspace, $scope.termoReferencia); | ||
242 | - | ||
243 | $timeout(function(){ | 241 | $timeout(function(){ |
244 | $scope.termoReferenciaForm.$submitted = false; | 242 | $scope.termoReferenciaForm.$submitted = false; |
245 | $scope.termoReferenciaForm.equipeContratacaoForm.$submitted = false; | 243 | $scope.termoReferenciaForm.equipeContratacaoForm.$submitted = false; |
cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html
@@ -30,6 +30,10 @@ | @@ -30,6 +30,10 @@ | ||
30 | <i class="fa fa-file-excel-o"></i> <translate>LABEL.EXPORTAR_CSV</translate> | 30 | <i class="fa fa-file-excel-o"></i> <translate>LABEL.EXPORTAR_CSV</translate> |
31 | </button> | 31 | </button> |
32 | 32 | ||
33 | + <button class="btn btn-clear" ng-click="showListRascunho(workspace.name)" type="button"> | ||
34 | + <i class="fa fa-list"></i> <translate>PORTAL.LABEL.SHOW_RASCUNHO</translate> | ||
35 | + </button> | ||
36 | + | ||
33 | <button | 37 | <button |
34 | title="{{$translate.instant('LABEL.GERAR_TERMO_REFERENCIA')}}" | 38 | title="{{$translate.instant('LABEL.GERAR_TERMO_REFERENCIA')}}" |
35 | alt="{{$translate.instant('LABEL.GERAR_TERMO_REFERENCIA')}}" | 39 | alt="{{$translate.instant('LABEL.GERAR_TERMO_REFERENCIA')}}" |