[Mpuls-commits] r4857 - jmd/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Apr 4 17:33:00 CEST 2011
Author: torsten
Date: 2011-04-04 17:32:59 +0200 (Mon, 04 Apr 2011)
New Revision: 4857
Modified:
jmd/trunk/ChangeLog
jmd/trunk/jmd.json
jmd/trunk/jmdstruktur.json
Log:
Issue1973: Added default search option "editor" for cm and admin
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2011-04-04 15:30:27 UTC (rev 4856)
+++ jmd/trunk/ChangeLog 2011-04-04 15:32:59 UTC (rev 4857)
@@ -1,3 +1,10 @@
+2011-04-04 Torsten Irlaender <torsten at intevation.de>
+
+ * jmd.json,
+ jmdstruktur.json: Issue1973: Added default search option "editor" for cm and
+ admin
+
+
2011-04-01 Torsten Irlaender <torsten at intevation.de>
* jmdweb/public/formed/annotations.xhtml: Issue1976: Fixed spelling in
Modified: jmd/trunk/jmd.json
===================================================================
--- jmd/trunk/jmd.json 2011-04-04 15:30:27 UTC (rev 4856)
+++ jmd/trunk/jmd.json 2011-04-04 15:32:59 UTC (rev 4857)
@@ -4,7 +4,8 @@
"appointments": "1",
"evaluation": "1",
"documents": "1",
- "news": "1"
+ "news": "1",
+ "agency-overview": "1"
},
"case-module": {
"import": "1",
@@ -53,6 +54,7 @@
"default-end-date": "2010-12-31",
"admin_defaults": [
{"search_str": "",
+ "editor": -1,
"state": [3, 4],
"phase": [-1, 0, 1, 2],
"type_ending": [-3, -1, 0, 1]
@@ -60,6 +62,7 @@
],
"cm_defaults": [
{"own": "1",
+ "editor": -1,
"search_str": "",
"state": [1],
"phase": [-1, 0, 1, 2],
Modified: jmd/trunk/jmdstruktur.json
===================================================================
--- jmd/trunk/jmdstruktur.json 2011-04-04 15:30:27 UTC (rev 4856)
+++ jmd/trunk/jmdstruktur.json 2011-04-04 15:32:59 UTC (rev 4857)
@@ -62,11 +62,13 @@
"default-end-date": "2010-12-31",
"admin_defaults": [
{"search_str": "",
+ "editor": -1,
"state": [3, 4],
"phase": [-1, 0]}
],
"cm_defaults": [
{"own": "1",
+ "editor": -1,
"standin": "1",
"search_str": "",
"state": [1],
More information about the Mpuls-commits
mailing list