From cd355373a66ee0e47bee0d1aacfe0938fc485e53 Mon Sep 17 00:00:00 2001 From: j2blake Date: Fri, 13 Jun 2014 10:27:40 -0400 Subject: [PATCH] VIVO 746, at startup, remove obsolete Permissions from the user accounts model. Also, get rid of UpdatePermissionSetUris, which supported the transition from 1.4 to 1.5. --- productMods/WEB-INF/resources/startup_listeners.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt index e39eae74..98f42df4 100644 --- a/productMods/WEB-INF/resources/startup_listeners.txt +++ b/productMods/WEB-INF/resources/startup_listeners.txt @@ -35,8 +35,8 @@ edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorageSetup edu.cornell.mannlib.vitro.webapp.web.images.PlaceholderUtil$Setup -# Update the URIs on Permission Sets on UserAccounts from model (1.4) to 1.5. -edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdatePermissionSetUris +# Some permissions were removed in release 1.7 +edu.cornell.mannlib.vitro.webapp.servlet.setup.RemoveObsoletePermissions edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup