diff src/main/resources/messprogrammquery.json @ 812:9ed60af6e61e

Added attribute 'type' to query configs.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 03 Dec 2015 11:59:41 +0100
parents cdcb7a141529
children
line wrap: on
line diff
--- a/src/main/resources/messprogrammquery.json	Thu Dec 03 11:58:51 2015 +0100
+++ b/src/main/resources/messprogrammquery.json	Thu Dec 03 11:59:41 2015 +0100
@@ -3,6 +3,7 @@
     "name": "Kein Filter",
     "description": "Abfrage der Messprogramme ohne Filter",
     "sql": "select m.id as id, m.name as name, m.mst_id as mstId, m.umw_id as umwId from land.messprogramm m",
+    "type": "messprogramm",
     "result": [
         {"dataIndex": "name", "header": "Name", "width": 100},
         {"dataIndex": "mstId", "header": "MST", "width": 100},
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)