[Mpuls-commits] r815 - in wasko/branches/2.0: . waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 21 19:21:12 CET 2010


Author: bh
Date: 2010-01-21 19:21:11 +0100 (Thu, 21 Jan 2010)
New Revision: 815

Modified:
   wasko/branches/2.0/ChangeLog.txt
   wasko/branches/2.0/waskaweb/controllers/case_overview.py
Log:
* waskaweb/controllers/case_overview.py
(CaseOverviewController.overview): Remove misleading comment


Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt	2010-01-21 18:17:17 UTC (rev 814)
+++ wasko/branches/2.0/ChangeLog.txt	2010-01-21 18:21:11 UTC (rev 815)
@@ -1,5 +1,10 @@
 2010-01-21  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/controllers/case_overview.py
+	(CaseOverviewController.overview): Remove misleading comment
+
+2010-01-21  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/controllers/administration.py
 	(AdministrationController.viewAidPlanStatement): Removed.  It's
 	unused.

Modified: wasko/branches/2.0/waskaweb/controllers/case_overview.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case_overview.py	2010-01-21 18:17:17 UTC (rev 814)
+++ wasko/branches/2.0/waskaweb/controllers/case_overview.py	2010-01-21 18:21:11 UTC (rev 815)
@@ -230,8 +230,6 @@
         c.extended_search = session.get('EXTENDED_SEARCH', False)
         user = session['USER_AUTHORIZED']
 
-        # editor or standin setting will be ignored for admin users. They will
-        # be overwritten in case-controller
         ulo = UserListObject()
         filter = [u.id for u in ulo.getAdminList()]
         c.userlist = ulo.getUserList(filter)



More information about the Mpuls-commits mailing list