Mattia Gosetto 4 anni fa
parent
commit
edd57fb85f
  1. 24
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
  2. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties

24
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java

@ -1372,7 +1372,10 @@ public class ValidazionePraticaUtil {
QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
if (a14.isEmpty() && delegheGeologo.isEmpty()) { if (a14.isEmpty() && delegheGeologo.isEmpty()) {
notCompleted.add("A14 non presente"); notCompleted.add(LanguageUtil.get(LocaleUtil.getDefault(),
"label-documenti-tipologia-"
+ DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14)
+ " non presente");
} else { } else {
for (DocPratica doc : a14) { for (DocPratica doc : a14) {
@ -1605,15 +1608,16 @@ public class ValidazionePraticaUtil {
// + " non presente"); // + " non presente");
// } // }
// int a14 = int a14 = DocPraticaLocalServiceUtil
// DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologia(dettPratica.getIntPraticaId(), .countValidTmpByIntPratica_Tipologia(
// DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14); dettPratica.getIntPraticaId(),
// if (a14 == 0) { DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14);
// notCompleted.add(LanguageUtil.get(LocaleUtil.getDefault(), if (a14 == 0) {
// "label-documenti-tipologia-" notCompleted.add(LanguageUtil.get(LocaleUtil.getDefault(),
// + DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14) "label-documenti-tipologia-"
// + " non presente"); + DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14)
// } + " non presente");
}
int indaginiGeologiche = DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologie( int indaginiGeologiche = DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologie(
dettPratica.getIntPraticaId(), dettPratica.getIntPraticaId(),

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties

@ -13,8 +13,8 @@
## ##
build.namespace=portos_bo build.namespace=portos_bo
build.number=2504 build.number=2507
build.date=1603198556143 build.date=1603287933832
build.auto.upgrade=true build.auto.upgrade=true
## ##

Caricamento…
Annulla
Salva