From eb214940e1442d0acab1d3451acf78cb37793f74 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 17 Apr 2012 11:33:26 -0700 Subject: [PATCH] CSPACE-4964: Removed "undelete" from both the cs_default and cs_locking life cycle definitions. --- .../OSGI-INF/default-life-cycle-contrib.xml | 14 ++------------ .../client/test/PermissionServiceTest.java | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml index 038f3a7fd..8a48d6d54 100644 --- a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml +++ b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml @@ -17,9 +17,6 @@ Move document to trash (temporary delete) - - Recover the document from trash - @@ -28,9 +25,7 @@ - - undelete - + @@ -48,9 +43,6 @@ Move document to trash (temporary delete) - - Recover the document from trash - @@ -63,9 +55,7 @@ - - undelete - + diff --git a/services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/PermissionServiceTest.java b/services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/PermissionServiceTest.java index 471a33704..982eaa151 100644 --- a/services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/PermissionServiceTest.java +++ b/services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/PermissionServiceTest.java @@ -146,7 +146,7 @@ public class PermissionServiceTest extends AbstractServiceTestImpl