[Mpuls-commits] r4434 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 28 11:24:41 CET 2010
Author: torsten
Date: 2010-12-28 11:24:41 +0100 (Tue, 28 Dec 2010)
New Revision: 4434
Modified:
base/trunk/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added new config variable for fields of an
agency in evalutons server. On default we will display the FKZ and the
number of cases within the agency.
Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py 2010-12-28 10:22:10 UTC (rev 4433)
+++ base/trunk/mpulsweb/lib/config.py 2010-12-28 10:24:41 UTC (rev 4434)
@@ -198,6 +198,8 @@
# bearbeiter_id which is an int.
#
set('case', 'fields', [])
+ set('agency', 'fields', [{"name":"fkz", "alias":"fkz", "preload":True, "overview":True, "overview_label": "FKZ"},
+ {"name":"count", "alias":"count", "preload":True, "overview":True, "overview_label": "Anzahl"}])
# On default MaxSaveTimeReminders will be generated after x-days from
# last accesstime (defined in the agency configuration). Here you can
More information about the Mpuls-commits
mailing list