aboutsummaryrefslogtreecommitdiff
path: root/id/moa-id-webgui/src/main/resources/gui/types/oa.json
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-07-21 15:28:56 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-07-21 15:28:56 +0200
commita10034425b325acaf9796183d1206979664e483d (patch)
tree2f56b3a1b77e7fcdbb8e30d91482cc8f49f45cc9 /id/moa-id-webgui/src/main/resources/gui/types/oa.json
parent9ba025cd5aa7eefd4dc9dd1cc276e26045bf6d35 (diff)
downloadmoa-id-spss-a10034425b325acaf9796183d1206979664e483d.tar.gz
moa-id-spss-a10034425b325acaf9796183d1206979664e483d.tar.bz2
moa-id-spss-a10034425b325acaf9796183d1206979664e483d.zip
fix problems in configuration GUI
Diffstat (limited to 'id/moa-id-webgui/src/main/resources/gui/types/oa.json')
-rw-r--r--id/moa-id-webgui/src/main/resources/gui/types/oa.json33
1 files changed, 30 insertions, 3 deletions
diff --git a/id/moa-id-webgui/src/main/resources/gui/types/oa.json b/id/moa-id-webgui/src/main/resources/gui/types/oa.json
index 282ffb090..8f04c59d5 100644
--- a/id/moa-id-webgui/src/main/resources/gui/types/oa.json
+++ b/id/moa-id-webgui/src/main/resources/gui/types/oa.json
@@ -468,9 +468,14 @@
},
"minqaalevel" : {
"id": "http://www.egiz.gv.at/dynUI/OA/auth/stork/minqaa",
- "type": "boolean",
- "format" : "checkbox",
- "title": "Minimum QAA Level"
+ "type": "string",
+ "title": "Minimum QAA Level",
+ "enum": [
+ "4",
+ "3",
+ "2",
+ "1"
+ ]
},
"countries" : {
"type": "array",
@@ -533,6 +538,28 @@
}
}
},
+ "reversion.log": {
+ "id": "http://www.egiz.gv.at/dynUI/oa/reversion/log",
+ "type": "object",
+ "title": "Reversion Logging",
+ "description": "Service specific reversion logging",
+ "options": {
+ "collapsed": true
+ },
+ "properties": {
+ "enabled": {
+ "id": "http://www.egiz.gv.at/dynUI/oa/reversion/log/enabled",
+ "type": "boolean",
+ "format" : "checkbox",
+ "title": "Enabled"
+ },
+ "eventcodes": {
+ "id": "http://www.egiz.gv.at/dynUI/oa/reversion/log/eventcodes",
+ "type": "string",
+ "title": "EventCodes (CSV)"
+ }
+ }
+ },
"protocols": {
"id": "http://www.egiz.gv.at/dynUI/oa/protocols",
"type": "object",