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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 3 11:02:58 CET 2010


Author: torsten
Date: 2010-02-03 11:02:55 +0100 (Wed, 03 Feb 2010)
New Revision: 1208

Modified:
   wasko/branches/2.0/waskaweb/controllers/case.py
Log:
* waskaweb/controllers/case.py (CaseController.organisation): Added return statement to return the rendered page for organisation


Modified: wasko/branches/2.0/waskaweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case.py	2010-02-03 09:58:27 UTC (rev 1207)
+++ wasko/branches/2.0/waskaweb/controllers/case.py	2010-02-03 10:02:55 UTC (rev 1208)
@@ -575,6 +575,7 @@
         filter3.append(c.current_user.id)
         filter3.append(c.editor.id)
         c.user_list = ulist.getUserList(filter3)
+        return render('/casemanagement/organisation.mako')
 
 
     @checkRole('admin_ka')



More information about the Mpuls-commits mailing list