[Mpuls-commits] r1952 - wasko/branches/2.0/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 16 09:52:36 CET 2010


Author: torsten
Date: 2010-03-16 09:52:35 +0100 (Tue, 16 Mar 2010)
New Revision: 1952

Modified:
   wasko/branches/2.0/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added two new config vars to enabled and
disable search and bundled actions in caseoverview.


Modified: wasko/branches/2.0/mpulsweb/lib/config.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/config.py	2010-03-16 07:58:53 UTC (rev 1951)
+++ wasko/branches/2.0/mpulsweb/lib/config.py	2010-03-16 08:52:35 UTC (rev 1952)
@@ -117,6 +117,8 @@
         set('module', 'news', '1')
 
         # Case Modules
+        set('case-module', 'search', '1')
+        set('case-module', 'casebundle', '1')
         set('case-module', 'appointments', '1')
         set('case-module', 'import', '1')
         set('case-module', 'reminders', '1')



More information about the Mpuls-commits mailing list