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 | 238 | |
| 239 | 239 | $scope.startTimerIntervalSaveDraft($scope.workspace , $scope.termoReferencia, true); |
| 240 | 240 | |
| 241 | - $scope.startTimerIntervalSaveDraft($scope.workspace, $scope.termoReferencia); | |
| 242 | - | |
| 243 | 241 | $timeout(function(){ |
| 244 | 242 | $scope.termoReferenciaForm.$submitted = false; |
| 245 | 243 | $scope.termoReferenciaForm.equipeContratacaoForm.$submitted = false; | ... | ... |
cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html
| ... | ... | @@ -30,6 +30,10 @@ |
| 30 | 30 | <i class="fa fa-file-excel-o"></i> <translate>LABEL.EXPORTAR_CSV</translate> |
| 31 | 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 | 37 | <button |
| 34 | 38 | title="{{$translate.instant('LABEL.GERAR_TERMO_REFERENCIA')}}" |
| 35 | 39 | alt="{{$translate.instant('LABEL.GERAR_TERMO_REFERENCIA')}}" | ... | ... |