[Mpuls-commits] r6083 - base/trunk/mpulsweb/lib

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 2 11:32:45 CEST 2012


Author: roland
Date: 2012-10-02 11:32:44 +0200 (Tue, 02 Oct 2012)
New Revision: 6083

Modified:
   base/trunk/mpulsweb/lib/config.py
Log:
Add configuration options for the job percentage (2066-5)


Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py	2012-10-01 15:23:57 UTC (rev 6082)
+++ base/trunk/mpulsweb/lib/config.py	2012-10-02 09:32:44 UTC (rev 6083)
@@ -271,7 +271,16 @@
         set('case', 'default-autocomplete-text', 'unbekannt')
         set('case', 'default-autocomplete-choice', '-3')
 
+        # JOB PERCENTAGE
+        # --------------
+        # Configure the values for the job percentage
+        set('job_percentage', 'enabled', 0)
+        set('job_percentage', 'threshold_lower', 0)
+        set('job_percentage', 'threshold_higher', 0)
+        set('job_percentage', 'from_email', 0)
+        set('job_percentage', 'to_email', 0)
 
+
         # FORMLETTER 
         # ----------
         # Defines a list of different formletters. Each letter has a id and a



More information about the Mpuls-commits mailing list