goa/appobjects/dbmgmt.py
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 742 99115e029dca
child 1802 d628defebc17
--- a/goa/appobjects/dbmgmt.py	Fri Apr 17 13:21:05 2009 +0200
+++ b/goa/appobjects/dbmgmt.py	Fri Apr 17 16:55:37 2009 +0200
@@ -168,7 +168,7 @@
 class ContentClear(StartupView):
     id = 'contentclear'
     __select__ = none_rset() & match_user_groups('managers')
-    skip_etypes = ('EGroup', 'EUser')
+    skip_etypes = ('CWGroup', 'CWUser')
     
     def call(self):
         # XXX should use unsafe_execute with all hooks deactivated