[Lada-commits] [PATCH 9 of 9] Configured fields for the two defined search queries

Wald Commits scm-commit at wald.intevation.org
Tue Jul 23 11:46:37 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1374572710 -7200
# Node ID 331c77afdbcb89615a6963787f74fcc0488256a2
# Parent  c8c53f162a22a1f4b13819d4f6ab86b2fe44229e
Configured fields for the two defined search queries.

diff -r c8c53f162a22 -r 331c77afdbcb app/store/Queries.js
--- a/app/store/Queries.js	Tue Jul 23 11:43:16 2013 +0200
+++ b/app/store/Queries.js	Tue Jul 23 11:45:10 2013 +0200
@@ -24,14 +24,14 @@
             'name': 'MST, UWB',
             'description': 'Beschreibung der MST, UWB Abfrage',
             'sql': 'select * from xxx',
-            'fields': []
+            'fields': ['datenbasisId', 'mplId', 'umwId', 'messmethode', 'hauptprobenNr', 'nebenprobenNr', 'bezeichnung', 'kreis', 'probeId', 'mstId']
         },
         {
             'id': '2',
             'name': 'Rbegin',
             'description': 'Beschreibung der Rbegin Abfrage',
             'sql': 'select * from xxx',
-            'fields': []
+            'fields': ['mplId', 'datenbasisId', 'umwId', 'messmethode', 'hauptprobenNr', 'nebenprobenNr', 'bezeichnung', 'kreis', 'probeId', 'mstId']
         }
     ],
 });


More information about the Lada-commits mailing list