|
|
@ -98,7 +98,6 @@ long territorioGroupId = territorio.getGroupId(); |
|
|
|
} |
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
<c:if test ='<%= listaTask.get(0).getName().equalsIgnoreCase("assegnazione") %>'> |
|
|
|
|
|
|
|
<c:if test="<%= IntPraticaPermission.contains(permissionChecker, territorioGroupId, |
|
|
|
<c:if test="<%= IntPraticaPermission.contains(permissionChecker, territorioGroupId, |
|
|
|
ActionKeys.CAMBIO_ISTRUTTORE) %>"> |
|
|
|
ActionKeys.CAMBIO_ISTRUTTORE) %>"> |
|
|
|
<c:if test="<%= Validator.isNotNull(intPratica.getStatusByUserId()) %>"> |
|
|
|
<c:if test="<%= Validator.isNotNull(intPratica.getStatusByUserId()) %>"> |
|
|
@ -117,7 +116,6 @@ long territorioGroupId = territorio.getGroupId(); |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
|
|
|
|
<c:if test="<%= IntPraticaPermission.contains(permissionChecker, territorioGroupId, |
|
|
|
<c:if test="<%= IntPraticaPermission.contains(permissionChecker, territorioGroupId, |
|
|
|
ActionKeys.RICHIEDI_PARERE_GEOLOGO) || intPratica.getStatusByUserId() == user.getUserId() %>"> |
|
|
|
ActionKeys.RICHIEDI_PARERE_GEOLOGO) || intPratica.getStatusByUserId() == user.getUserId() %>"> |
|
|
|
<c:if test="<%= !listaTask.isEmpty() %>"> |
|
|
|
<c:if test="<%= !listaTask.isEmpty() %>"> |
|
|
|