view src/test/resources/messprogrammquery.json @ 1055:37952c111f71

ange ShibbolethFilter to accept non-ldap-formated roles (without cn=..)
author Michael Stanko <mstanko@bfs.de>
date Wed, 28 Sep 2016 08:48:04 +0200
parents 59c51da59b30
children
line wrap: on
line source
[
{   "id": "1",
    "name": "Kein Filter",
    "type": "messprogramm",
    "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)