|
|
|
@ -1268,7 +1268,7 @@ public class SismicaUtil {
|
|
|
|
|
|
|
|
|
|
public static List<String> resetFirme(long companyId, String numeroProgetto) throws SystemException, |
|
|
|
|
PortalException { |
|
|
|
|
|
|
|
|
|
try{ |
|
|
|
|
List<String> esito = new ArrayList<>(); |
|
|
|
|
if (Validator.isNull(numeroProgetto)) { |
|
|
|
|
esito.addAll(firmeBloccate(companyId)); |
|
|
|
@ -1316,6 +1316,9 @@ public class SismicaUtil {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}catch(Exception e){ |
|
|
|
|
_log.error(e, e); |
|
|
|
|
} |
|
|
|
|
return esito; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|