# HG changeset patch # User Raimund Renkert # Date 1427129969 -3600 # Node ID 7f5e2e68c765a1cd9f600a902f1e21aed8b0ed2f # Parent f17c0e685c47f3f9e67ed4315944314271ff1ee8 Updated queryconf. diff -r f17c0e685c47 -r 7f5e2e68c765 src/main/resources/queryconf.json --- a/src/main/resources/queryconf.json Mon Mar 23 17:55:02 2015 +0100 +++ b/src/main/resources/queryconf.json Mon Mar 23 17:59:29 2015 +0100 @@ -2,7 +2,7 @@ { "id": "1", "name": "Kein Filter", "description": "Abfrage der Proben ohne Filter", - "sql": "select p.id, pt.probe_id_alt, p.mst_id, p.umw_id from probe p join probe_translation pt on p.id = pt.probe_id", + "sql": "select p.id as id, pt.probe_id_alt as probeId, p.mst_id as mstId, p.umw_id as umwId from probe p join probe_translation pt on p.id = pt.probe_id", "result": [ {"dataIndex": "probeId", "header": "ProbeId", "width": 100}, {"dataIndex": "mstId", "header": "MST", "width": 100},