|
|
|
@ -98,24 +98,22 @@ long territorioGroupId = territorio.getGroupId();
|
|
|
|
|
} |
|
|
|
|
%> |
|
|
|
|
</c:if> |
|
|
|
|
<c:if test ='<%= listaTask.get(0).getName().equalsIgnoreCase("assegnazione") %>'> |
|
|
|
|
<c:if test="<%= IntPraticaPermission.contains(permissionChecker, territorioGroupId, |
|
|
|
|
ActionKeys.CAMBIO_ISTRUTTORE) %>"> |
|
|
|
|
<c:if test="<%= Validator.isNotNull(intPratica.getStatusByUserId()) %>"> |
|
|
|
|
<liferay-util:include page="/html/gestioneattivita/actions/action_cambio_istruttore.jsp" |
|
|
|
|
servletContext="<%= application %>" > |
|
|
|
|
<liferay-util:param name="intPraticaId" |
|
|
|
|
value="<%= String.valueOf(intPratica.getIntPraticaId()) %>" /> |
|
|
|
|
<liferay-util:param name="controlloPraticaId" |
|
|
|
|
value="<%= String.valueOf(controlloPratica.getControlloPraticaId()) %>" /> |
|
|
|
|
<liferay-util:param name="buttonIdCambioIstruttore" value="<%= buttonIdCambioIstruttore %>" /> |
|
|
|
|
</liferay-util:include> |
|
|
|
|
<div title='<%= LanguageUtil.get(pageContext, "workflow-action-cambia-istruttore") %>' |
|
|
|
|
class="tooltip-info"> |
|
|
|
|
<liferay-ui:icon id="<%= buttonIdCambioIstruttore %>" iconCssClass="fa fa-user-circle" |
|
|
|
|
linkCssClass="btn btn-action" message="" url="#" /> |
|
|
|
|
</div> |
|
|
|
|
</c:if> |
|
|
|
|
<c:if test="<%= IntPraticaPermission.contains(permissionChecker, territorioGroupId, |
|
|
|
|
ActionKeys.CAMBIO_ISTRUTTORE) %>"> |
|
|
|
|
<c:if test="<%= Validator.isNotNull(intPratica.getStatusByUserId()) %>"> |
|
|
|
|
<liferay-util:include page="/html/gestioneattivita/actions/action_cambio_istruttore.jsp" |
|
|
|
|
servletContext="<%= application %>" > |
|
|
|
|
<liferay-util:param name="intPraticaId" |
|
|
|
|
value="<%= String.valueOf(intPratica.getIntPraticaId()) %>" /> |
|
|
|
|
<liferay-util:param name="controlloPraticaId" |
|
|
|
|
value="<%= String.valueOf(controlloPratica.getControlloPraticaId()) %>" /> |
|
|
|
|
<liferay-util:param name="buttonIdCambioIstruttore" value="<%= buttonIdCambioIstruttore %>" /> |
|
|
|
|
</liferay-util:include> |
|
|
|
|
<div title='<%= LanguageUtil.get(pageContext, "workflow-action-cambia-istruttore") %>' |
|
|
|
|
class="tooltip-info"> |
|
|
|
|
<liferay-ui:icon id="<%= buttonIdCambioIstruttore %>" iconCssClass="fa fa-user-circle" |
|
|
|
|
linkCssClass="btn btn-action" message="" url="#" /> |
|
|
|
|
</div> |
|
|
|
|
</c:if> |
|
|
|
|
</c:if> |
|
|
|
|
<c:if test="<%= IntPraticaPermission.contains(permissionChecker, territorioGroupId, |
|
|
|
|