[Mpuls-commits] r1293 - wasko/branches/2.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Feb 5 19:16:58 CET 2010
Author: bh
Date: 2010-02-05 19:16:58 +0100 (Fri, 05 Feb 2010)
New Revision: 1293
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/INSTALL
Log:
* INSTALL: Add some notes about configuration of fields shown in
the case digest and the case overview.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-05 18:11:36 UTC (rev 1292)
+++ wasko/branches/2.0/ChangeLog 2010-02-05 18:16:58 UTC (rev 1293)
@@ -1,5 +1,10 @@
2010-02-05 Bernhard Herzog <bh at intevation.de>
+ * INSTALL: Add some notes about configuration of fields shown in
+ the case digest and the case overview.
+
+2010-02-05 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/model/case.py (Case.getSessionCase): Get the values for
the session case with getattr(self, ...) instead of self.get_value
to make sure some of the values are strings for backwards
Modified: wasko/branches/2.0/INSTALL
===================================================================
--- wasko/branches/2.0/INSTALL 2010-02-05 18:11:36 UTC (rev 1292)
+++ wasko/branches/2.0/INSTALL 2010-02-05 18:16:58 UTC (rev 1293)
@@ -63,3 +63,25 @@
3. Currently there are no more modifications needed. wasko.json already is
ready to run.
+
+
+CASEMANAGEMENT CONFIGURATION
+============================
+
+Fields in case digest
+---------------------
+
+Which fields are shown on the case digest page (URL /case/digest/<id>)
+is currently defined in a python list called fields at the top of the
+template waskaweb/templates/casemanagement/digest_body.mako . The names
+in that list are the names used in the formed descripttion. Any name
+that outside of repeat groups can be used.
+
+
+Columns in case overview/search results
+---------------------------------------
+
+Which columns are shown for whom in which way on the search results page
+(URL /case_overview) is determined by the python list called fields near
+the top of the template waskaweb/templates/casemanagement/caselist.mako.
+See the comments there for more information.
More information about the Mpuls-commits
mailing list