Error 404
Bug resolu ds le Core : getConferences(User user) User Information Menu submission quand pas auteur
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||
<%@ taglib prefix="authz" uri="http://acegisecurity.org/authz" %>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<c:if test="${currentConferenceId != null}">
|
||||
|
||||
<!-- AUTHOR MENU : CHAIRMAN -->
|
||||
<!-- MENU : CHAIRMAN -->
|
||||
<authz:authorize ifAllGranted="ROLE_CHAIRMAN">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.chairman.title" /></h4>
|
||||
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
<!-- AUTHOR MENU : ROLE_PCMEMBER -->
|
||||
<!-- MENU : ROLE_PCMEMBER -->
|
||||
<authz:authorize ifAllGranted="ROLE_PCMEMBER">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.pcmember.title" /></h4>
|
||||
@@ -41,7 +41,7 @@
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
<!-- AUTHOR MENU : ROLE_REFEREE -->
|
||||
<!-- MENU : ROLE_REFEREE -->
|
||||
<authz:authorize ifAllGranted="ROLE_REFEREE">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.referee.title" /></h4>
|
||||
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
<!-- AUTHOR MENU : ROLE_AUTHOR -->
|
||||
<!-- MENU : ROLE_AUTHOR -->
|
||||
<authz:authorize ifAllGranted="ROLE_AUTHOR">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.author.title" /></h4>
|
||||
@@ -65,8 +65,8 @@
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
<!-- AUTHOR MENU : ROLE_ANONYMOUS -->
|
||||
<authz:authorize ifAllGranted="ROLE_ANONYMOUS">
|
||||
<!-- MENU : ROLE_ANONYMOUS -->
|
||||
<authz:authorize ifNotGranted="ROLE_AUTHOR">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.anonymous.title" /></h4>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user