[Mpuls-commits] r727 - in waska/trunk: . waskaweb/public/xml

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 7 10:34:18 CET 2009


Author: torsten
Date: 2009-12-07 10:34:17 +0100 (Mon, 07 Dec 2009)
New Revision: 727

Modified:
   waska/trunk/ChangeLog.txt
   waska/trunk/waskaweb/public/xml/eval_tagebuch.xml
Log:
Issue887


Modified: waska/trunk/ChangeLog.txt
===================================================================
--- waska/trunk/ChangeLog.txt	2009-12-07 08:25:57 UTC (rev 726)
+++ waska/trunk/ChangeLog.txt	2009-12-07 09:34:17 UTC (rev 727)
@@ -10,6 +10,11 @@
 
 	* public/styles/screen.css: Fixed layout on evalressult-page
 
+	Issue887
+
+	* waskaweb/public/xml/eval_tagebuch.xml: Fixed categorys in
+	  evaluations.
+
 2009-12-05 	Torsten Irlaender  <torsten.irlaender at intevation.de>
 
 	Cases can be marked for evaluation in the caseoverview.

Modified: waska/trunk/waskaweb/public/xml/eval_tagebuch.xml
===================================================================
--- waska/trunk/waskaweb/public/xml/eval_tagebuch.xml	2009-12-07 08:25:57 UTC (rev 726)
+++ waska/trunk/waskaweb/public/xml/eval_tagebuch.xml	2009-12-07 09:34:17 UTC (rev 727)
@@ -30,19 +30,25 @@
     <ydim>
       <label>Unmittelbare Arbeit mit dem Jugendlichen</label>
       <field>art</field>
-      <table>(select id, beschreibung as value from ka_logbuch_art_tbl where id in (1, 2, 3, 4, 9, 10))</table>
+      <table>(select id, beschreibung as value from ka_logbuch_art_tbl where id in (1, 2, 3, 4, 10))</table>
       <join>art</join>
     </ydim>
     <ydim>
+      <label>Arbeit mit Eltern</label>
+      <field>art</field>
+      <table>(select id, beschreibung as value from ka_logbuch_art_tbl where id in (11,12,13))</table>
+      <join>art</join>
+    </ydim>
+    <ydim>
       <label>Arbeit mit Dritten</label>
       <field>art</field>
-      <table>(select id, beschreibung as value from ka_logbuch_art_tbl where id in (5, 6, 7, 8))</table>
+      <table>(select id, beschreibung as value from ka_logbuch_art_tbl where id in (5,6,7,8))</table>
       <join>art</join>
     </ydim>
     <ydim>
       <label>Sonstiges</label>
       <field>art</field>
-      <table>(select id, beschreibung as value from ka_logbuch_art_tbl where id in (-2, -1))</table>
+      <table>(select id, beschreibung as value from ka_logbuch_art_tbl where id in (14,15,16,-2,-1))</table>
       <join>art</join>
     </ydim>
   </evaluation>



More information about the Mpuls-commits mailing list