view src/test/resources/messprogrammquery.json @ 839:2203e5d76071 statusworkflow

Updated statusworkflow and use new value 'zurückgesetzt'.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 14 Jan 2016 10:22:14 +0100
parents 72c4510c3d4d
children 59c51da59b30
line wrap: on
line source
[
{   "id": "1",
    "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",
    "result": [
        {"dataIndex": "name", "header": "Name", "width": 100},
        {"dataIndex": "mstId", "header": "MST", "width": 100},
        {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100}
    ],
    "filters": [
    ]
}
]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)