[Mpuls-commits] r1348 - wasko/branches/2.0/waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 9 10:13:24 CET 2010


Author: torsten
Date: 2010-02-09 10:13:23 +0100 (Tue, 09 Feb 2010)
New Revision: 1348

Modified:
   wasko/branches/2.0/waskaweb/controllers/administration.py
Log:
* waskaweb/controllers/administration.py
(AdministrationController.overviewUser): Deleted. Is now defined in
base controller.


Modified: wasko/branches/2.0/waskaweb/controllers/administration.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/administration.py	2010-02-09 09:12:59 UTC (rev 1347)
+++ wasko/branches/2.0/waskaweb/controllers/administration.py	2010-02-09 09:13:23 UTC (rev 1348)
@@ -114,12 +114,6 @@
         return render('/administration/account_deactivated.mako')
 
     @checkRole('admin_ka')
-    def overviewUser(self):
-        list = UserListObject()
-        c.user_overview = list.getUserList()
-        return render('/administration/overview_user.mako')
-
-    @checkRole('admin_ka')
     def overviewUserGroups(self):
         # Get gid of usergroups so we can filter them out.
         user = UserListObject()



More information about the Mpuls-commits mailing list