Mercurial > lada > lada-server
view src/main/resources/messprogrammquery.json @ 1082:6499f2410c42
Fix validation of subintervall for yearly samples.
Validity and subintervall are actually redundant for yearly samples.
Giving a subintervall wider than validity will never result in
generation of samples because the start will never match validity.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 10 Oct 2016 17:23:39 +0200 |
parents | 9ed60af6e61e |
children |
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", "type": "messprogramm", "result": [ {"dataIndex": "name", "header": "Name", "width": 100}, {"dataIndex": "mstId", "header": "MST", "width": 100}, {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100} ], "filters": [ ] } ]