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:
j2blake 2014-01-03 12:41:37 -05:00
parent b701201c7f
commit 004427855b
4 changed files with 1 additions and 10 deletions

View file

@ -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"/>