diff --git a/cit-ecm-web/src/main/webapp/assets/js/angular/custom/controller/GerenciarProcessoController.js b/cit-ecm-web/src/main/webapp/assets/js/angular/custom/controller/GerenciarProcessoController.js index a4ecda3..7e2ad3d 100644 --- a/cit-ecm-web/src/main/webapp/assets/js/angular/custom/controller/GerenciarProcessoController.js +++ b/cit-ecm-web/src/main/webapp/assets/js/angular/custom/controller/GerenciarProcessoController.js @@ -653,6 +653,8 @@ citApp.controller('GerenciarProcessoController', [ '$scope', '$translate', '$tim $scope.setLoadingGet(true); + $scope.task = {}; + ProcessoRepository.getProcessoGerenciamento(processo.id).then(function(result) { //Processo do scopo do gerenciamento $scope.processo = result.originalElement; diff --git a/cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp b/cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp index ffcb503..3ea91cc 100644 --- a/cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp +++ b/cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp @@ -33,7 +33,7 @@ LABEL.EDITAR - @@ -43,7 +43,7 @@ ECM.LABEL.INCLUIRDOCUMENTO - @@ -58,23 +58,23 @@ -- libgit2 0.21.2