diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar index a7ad6bcd..188cb9e4 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar and b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_dettagli_principali.jsp b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_dettagli_principali.jsp index 2750b4ce..d5d04f7e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_dettagli_principali.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_dettagli_principali.jsp @@ -205,17 +205,16 @@ if (!ConfigurazioneLocalServiceUtil.isProduction()) {
- - - - - - - + + + + +
@@ -730,8 +729,8 @@ function duplicati(input) { name="tcMiglioramentoSismico" label="tc-miglioramento-sismico" />
  • + disabled="<%=(disabledInput && !enabledByIntegrazione) || !checked || proceduraC || isPraticaOspedaliera %>" + name="tcRiparazioneInterventoLocale" label="tc-riparazione-intervento-locale" />
    @@ -888,7 +887,7 @@ AUI().ready(function(A){ checkIfDisableSistemiCostruttivi(); checkIfDisableInfrastrutture(); - + checkCollaudoStatico(); }); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_soggetti.jsp b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_soggetti.jsp index 3b80db1d..2c48bf36 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_soggetti.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_soggetti.jsp @@ -28,6 +28,8 @@ if (dettPratica == null) { IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId()); String tipoIntegrazione = (String)request.getAttribute("bean.tipoIntegrazione"); +boolean isPraticaOspedaliera = intPratica.isPraticaOspedaliera(); + boolean hasDelegaCompilazioneDomanda = (Boolean) SessionUtil.getDettPraticaObject(request, dettPratica.getDettPraticaId(), "hasDelegaCompilazioneDomanda"); boolean disabledInput = !hasDelegaCompilazioneDomanda || (TipoIntegrazioneUtil.VARIAZIONE_SOGGETTO.equals(tipoIntegrazione) && dettPratica.isCompleta()); @@ -78,7 +80,7 @@ boolean inBO = ParamUtil.getBoolean(request, "inBO", false); }); Liferay.on('soggetti-ready',function(event) { - if(<%= !disabledInput %>){ + if(<%= !disabledInput && !isPraticaOspedaliera %>){ var isCommittenteAndDitta = event.isCommittenteAndDitta; if(isCommittenteAndDitta){ A.one('#collaudoStaticoCheckbox').addClass('disabled');