|
|
|
@ -41,8 +41,7 @@
|
|
|
|
|
|
|
|
|
|
boolean disabledCollaudoStatico = SoggettiUtil.isCommittenteAndDitta(dettPratica.getIntPraticaId()); |
|
|
|
|
|
|
|
|
|
boolean isGeoEditable = TipoIntegrazioneUtil.VARIANTE.equalsIgnoreCase(dettPratica.getTipoIntegrazione()) || |
|
|
|
|
TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE.equalsIgnoreCase(dettPratica.getTipoIntegrazione()); |
|
|
|
|
boolean isGeoEditable = TipoIntegrazioneUtil.VARIANTE.equalsIgnoreCase(dettPratica.getTipoIntegrazione()); |
|
|
|
|
|
|
|
|
|
boolean enabledByIntegrazione = DelegheUtil.hasDelegaCompilazioneDomanda(user.getUserId(),dettPratica.getDettPraticaId()) |
|
|
|
|
&& TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE.equals(dettPratica.getTipoIntegrazione()); |
|
|
|
@ -357,12 +356,12 @@
|
|
|
|
|
</div> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"> |
|
|
|
|
<aui:input disabled="<%= !disabledInput || isGeoEditable %>" name="localita" |
|
|
|
|
<aui:input disabled="<%= disabledInput || isGeoEditable %>" name="localita" |
|
|
|
|
label="dp-dc-loc"/> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"> |
|
|
|
|
<aui:input disabled="<%= !disabledInput || isGeoEditable %>" name="via" |
|
|
|
|
<aui:input disabled="<%= disabledInput || isGeoEditable %>" name="via" |
|
|
|
|
label="dp-dc-via"/> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|