comparison 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
comparison
equal deleted inserted replaced
242:c8c53f162a22 243:331c77afdbcb
22 { 22 {
23 'id': '1', 23 'id': '1',
24 'name': 'MST, UWB', 24 'name': 'MST, UWB',
25 'description': 'Beschreibung der MST, UWB Abfrage', 25 'description': 'Beschreibung der MST, UWB Abfrage',
26 'sql': 'select * from xxx', 26 'sql': 'select * from xxx',
27 'fields': [] 27 'fields': ['datenbasisId', 'mplId', 'umwId', 'messmethode', 'hauptprobenNr', 'nebenprobenNr', 'bezeichnung', 'kreis', 'probeId', 'mstId']
28 }, 28 },
29 { 29 {
30 'id': '2', 30 'id': '2',
31 'name': 'Rbegin', 31 'name': 'Rbegin',
32 'description': 'Beschreibung der Rbegin Abfrage', 32 'description': 'Beschreibung der Rbegin Abfrage',
33 'sql': 'select * from xxx', 33 'sql': 'select * from xxx',
34 'fields': [] 34 'fields': ['mplId', 'datenbasisId', 'umwId', 'messmethode', 'hauptprobenNr', 'nebenprobenNr', 'bezeichnung', 'kreis', 'probeId', 'mstId']
35 } 35 }
36 ], 36 ],
37 }); 37 });

http://lada.wald.intevation.org