Skip to content

Commit

Permalink
#3 se ajusta el menu para muestra de los elementos de la administraci…
Browse files Browse the repository at this point in the history
…on de la empresa cuando existe un id en session
  • Loading branch information
says33 committed Apr 5, 2016
1 parent 7820e46 commit caf65de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/layouts/main.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
<li><g:link controller="user" action="manageusers">Lista de Usuarios</g:link></li>
</ul>
</li> <!--ENDOF LI.PANEL -->
</g:if>
<g:if test="${companyInfo.isAvailableForOperationInThisCompany() == "true"}">
<li class="panel">
<a href="javascript:;" data-parent="#side" data-toggle="collapse" class="accordion-toggle" data-target="#registros">
Expand Down Expand Up @@ -140,6 +139,7 @@
</ul>
</li> <!--ENDOF LI.PANEL -->
</g:if>
</g:if>
</sec:ifAnyGranted>

<sec:ifAnyGranted roles="ROLE_INTEGRADO,ROLE_LEGAL_REPRESENTATIVE, ROLE_INTEGRADO_OPERADOR">
Expand Down

0 comments on commit caf65de

Please sign in to comment.