[Mpuls-commits] r3422 - jmd/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Aug 17 16:22:01 CEST 2010


Author: bh
Date: 2010-08-17 16:22:00 +0200 (Tue, 17 Aug 2010)
New Revision: 3422

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdstruktur.json
Log:
* jmdstruktur.json: By default we need to search for cases for
which the current user is only a standin, because int the
struktur-part that's all normal users will be.


Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2010-08-17 14:14:15 UTC (rev 3421)
+++ jmd/trunk/ChangeLog	2010-08-17 14:22:00 UTC (rev 3422)
@@ -1,5 +1,11 @@
 2010-08-17  Bernhard Herzog  <bh at intevation.de>
 
+	* jmdstruktur.json: By default we need to search for cases for
+	which the current user is only a standin, because int the
+	struktur-part that's all normal users will be.
+
+2010-08-17  Bernhard Herzog  <bh at intevation.de>
+
 	* jmdstrukturweb/templates/phase/phase.mako: Make this template
 	work again with current mpuls base by copying all changes from
 	base (r3307) while keeping the duration deactivated.

Modified: jmd/trunk/jmdstruktur.json
===================================================================
--- jmd/trunk/jmdstruktur.json	2010-08-17 14:14:15 UTC (rev 3421)
+++ jmd/trunk/jmdstruktur.json	2010-08-17 14:22:00 UTC (rev 3422)
@@ -60,7 +60,8 @@
 			 "phase": ["-1", "0"]}
 		],
 		"cm_defaults": [
-            		{"own": "1", 
+            		{"own": "1",
+			 "standin": "1",
 			 "search_str": "", 
 			 "state": ["1"], 
 			 "phase": ["-1", "0"]}



More information about the Mpuls-commits mailing list