Commit 95ffb565867fd0a98a311c3006cdd324cdbe38f8
1 parent
8a893c5a
Exists in
master
Correção de falha ao salvar um cronograma de execução
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cit-contratos-web/src/main/webapp/html/cronogramaExecucao/cronogramaExecucaoEdit.html
| @@ -70,7 +70,7 @@ | @@ -70,7 +70,7 @@ | ||
| 70 | <div class="col-sm-4"> | 70 | <div class="col-sm-4"> |
| 71 | <label-input ng-type="text" ng-id="cronogramaExecucao.codigo" ng-label="CONTRATOS.LABEL.CODIGO_CRONOGRAMA" | 71 | <label-input ng-type="text" ng-id="cronogramaExecucao.codigo" ng-label="CONTRATOS.LABEL.CODIGO_CRONOGRAMA" |
| 72 | ng-model="cronogramaExecucao.codigo" form="cronogramaExecucaoForm" ng-obrigatorio="false" ng-disabled="true" | 72 | ng-model="cronogramaExecucao.codigo" form="cronogramaExecucaoForm" ng-obrigatorio="false" ng-disabled="true" |
| 73 | - ng-custom-maxlength="9" /> | 73 | + ng-custom-maxlength="10" /> |
| 74 | </div> | 74 | </div> |
| 75 | <!-- .col --> | 75 | <!-- .col --> |
| 76 | </div> | 76 | </div> |