From a10034425b325acaf9796183d1206979664e483d Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 21 Jul 2015 15:28:56 +0200 Subject: fix problems in configuration GUI --- .../src/main/resources/gui/types/oa.json | 33 ++++++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'id/moa-id-webgui/src/main/resources/gui') 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", -- cgit v1.2.3