diff app/store/Queries.js @ 243:331c77afdbcb

Configured fields for the two defined search queries.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 23 Jul 2013 11:45:10 +0200
parents 910cd477bfda
children 7097182150d9
line wrap: on
line diff
--- 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']
         }
     ],
 });

http://lada.wald.intevation.org