[Mpuls-commits] r3136 - jmd/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jul 5 12:18:17 CEST 2010
Author: bh
Date: 2010-07-05 12:18:16 +0200 (Mon, 05 Jul 2010)
New Revision: 3136
Modified:
jmd/trunk/ChangeLog
jmd/trunk/jmd.json
Log:
* jmd.json: Another fix for the fields definition: there's no fn
field in JMD at all. Its "knr" alias is also not used anywhere in
the base or in JMD. So remove this field altogether.
Fixes mpuls/issue808, together with the previous revision which
corrected the erstgespraech/datum_ea_start/first_meeting field.
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2010-07-05 10:12:03 UTC (rev 3135)
+++ jmd/trunk/ChangeLog 2010-07-05 10:18:16 UTC (rev 3136)
@@ -1,5 +1,13 @@
2010-07-05 Bernhard Herzog <bh at intevation.de>
+ * jmd.json: Another fix for the fields definition: there's no fn
+ field in JMD at all. Its "knr" alias is also not used anywhere in
+ the base or in JMD. So remove this field altogether.
+ Fixes mpuls/issue808, together with the previous revision which
+ corrected the erstgespraech/datum_ea_start/first_meeting field.
+
+2010-07-05 Bernhard Herzog <bh at intevation.de>
+
* jmd.json: use correct field names in fields definition:
"erstgespraech" is actually "datum_ea_start" in JMD.
Modified: jmd/trunk/jmd.json
===================================================================
--- jmd/trunk/jmd.json 2010-07-05 10:12:03 UTC (rev 3135)
+++ jmd/trunk/jmd.json 2010-07-05 10:18:16 UTC (rev 3136)
@@ -103,7 +103,6 @@
},
"case": {
"fields": [
- {"name":"fn", "session":true, "alias":"knr"},
{"name":"name", "digest":true,
"search_retrieve":true, "search_match":true,
"preload":true, "session":true, "alias":"last_name",
More information about the Mpuls-commits
mailing list