diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-07-22 07:14:24 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-07-22 07:14:24 +0200 | 
| commit | 22e0c3ed5ee685b80683fa8ba77e254b3fc689ca (patch) | |
| tree | c16f10d9212c91d24bfba8a6b72bfcc58f1b1b63 | |
| parent | da4c982d256f3cccd609378e8974da70831c708b (diff) | |
| download | moa-id-spss-22e0c3ed5ee685b80683fa8ba77e254b3fc689ca.tar.gz moa-id-spss-22e0c3ed5ee685b80683fa8ba77e254b3fc689ca.tar.bz2 moa-id-spss-22e0c3ed5ee685b80683fa8ba77e254b3fc689ca.zip | |
update JSON schemas for OA and V-IDP services
| -rw-r--r-- | id/moa-id-webgui/src/main/resources/gui/types/oa.json | 2 | ||||
| -rw-r--r-- | id/moa-id-webgui/src/main/resources/gui/types/vidp.json | 4 | 
2 files changed, 3 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 8f04c59d5..517327626 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 @@ -293,9 +293,9 @@              								        "type": "string",              								        "title": "Applet - Redirect Target",                                      "enum": [ +                                    		"_parent",                                          "_blank",                                          "_self", -                                        "_parent",                                          "_top"                                          ]               						        }, diff --git a/id/moa-id-webgui/src/main/resources/gui/types/vidp.json b/id/moa-id-webgui/src/main/resources/gui/types/vidp.json index 3e6e4fb7b..1fc2601df 100644 --- a/id/moa-id-webgui/src/main/resources/gui/types/vidp.json +++ b/id/moa-id-webgui/src/main/resources/gui/types/vidp.json @@ -206,9 +206,9 @@              								        "type": "string",              								        "title": "Applet - Redirect Target",                                      "enum": [ +                                    		"_parent",                                          "_blank", -                                        "_self", -                                        "_parent", +                                        "_self",                                                                                  "_top"                                          ]               						        }, | 
