[Mpuls-commits] r2586 - wasko/branches/2.0/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon May 3 11:06:37 CEST 2010


Author: torsten
Date: 2010-05-03 11:06:36 +0200 (Mon, 03 May 2010)
New Revision: 2586

Modified:
   wasko/branches/2.0/mpulsweb/lib/search.py
Log:
* mpulsweb/lib/search.py: Add phase to the default search fields.


Modified: wasko/branches/2.0/mpulsweb/lib/search.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/search.py	2010-05-03 07:15:30 UTC (rev 2585)
+++ wasko/branches/2.0/mpulsweb/lib/search.py	2010-05-03 09:06:36 UTC (rev 2586)
@@ -24,7 +24,7 @@
     WHERE %(where)s
     %(order)s
 """
-SEARCH_FIELDS = """m.id, %s st.status, st.zugriff, st.id as s_id """
+SEARCH_FIELDS = """m.id, m.phase, %s st.status, st.zugriff, st.id as s_id """
 SEARCH_ORDER = """ORDER BY %s %s"""
 
 log = logging.getLogger(__name__)



More information about the Mpuls-commits mailing list