[Mpuls-commits] r5584 - base/trunk/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 15 16:33:08 CET 2011


Author: torsten
Date: 2011-11-15 16:33:08 +0100 (Tue, 15 Nov 2011)
New Revision: 5584

Modified:
   base/trunk/mpulsweb/lib/search.py
Log:
Also load editor_id 


Modified: base/trunk/mpulsweb/lib/search.py
===================================================================
--- base/trunk/mpulsweb/lib/search.py	2011-11-15 15:31:49 UTC (rev 5583)
+++ base/trunk/mpulsweb/lib/search.py	2011-11-15 15:33:08 UTC (rev 5584)
@@ -39,7 +39,7 @@
     %(order)s
     """
 
-    SEARCH_FIELDS = """m.id, m.phase, %s st.status, st.zugriff, st.id as s_id,
+    SEARCH_FIELDS = """m.id, m.bearbeiter_id, m.phase, %s st.status, st.zugriff, st.id as s_id,
     ARRAY(SELECT tag_id FROM nm_tags_cases_view WHERE case_id = m.id) AS tags
     """
 



More information about the Mpuls-commits mailing list