VIVO-224 Get rid of MANAGE_PORTALS permission
It was only used in editing the application bean, and was equivalent to EDIT_SITE_INFORMATION.
This commit is contained in:
parent
b701201c7f
commit
004427855b
4 changed files with 1 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<%@taglib prefix="vitro" uri="/WEB-INF/tlds/VitroUtils.tld" %>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission" %>
|
||||
<% request.setAttribute("requestedActions", SimplePermission.MANAGE_PORTALS.ACTION); %>
|
||||
<% request.setAttribute("requestedActions", SimplePermission.EDIT_SITE_INFORMATION.ACTION); %>
|
||||
<vitro:confirmAuthorization />
|
||||
|
||||
<c:set var="appNameLabel" value="Site name"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue