-
-
-
-
You must add at least one entity id target.
\ No newline at end of file
+
diff --git a/ui/src/assets/schema/filter/entity-attributes.schema.json b/ui/src/assets/schema/filter/entity-attributes.schema.json
index e1b747a6d..e57792b00 100644
--- a/ui/src/assets/schema/filter/entity-attributes.schema.json
+++ b/ui/src/assets/schema/filter/entity-attributes.schema.json
@@ -81,7 +81,7 @@
}
}
},
- "required": ["value"]
+ "required": ["value", "entityAttributesFilterTargetType"]
},
"relyingPartyOverrides": {
"type": "object",
diff --git a/ui/src/assets/schema/provider/filebacked-http-common.editor.schema.json b/ui/src/assets/schema/provider/filebacked-http-common.editor.schema.json
index 8001aa1c5..98545e7e4 100644
--- a/ui/src/assets/schema/provider/filebacked-http-common.editor.schema.json
+++ b/ui/src/assets/schema/provider/filebacked-http-common.editor.schema.json
@@ -14,6 +14,7 @@
"satisfyAnyPredicates"
],
"required": [
+ "name",
"xmlId",
"metadataURL"
],
@@ -223,7 +224,7 @@
"default": true
},
"satisfyAnyPredicates": {
- "title": "Satisy Any Predicates?",
+ "title": "Satisfy Any Predicates?",
"description": "Flag which determines whether predicates used in filtering are connected by a logical 'OR' (true) or by logical 'AND' (false).",
"type": "boolean",
"widget": {
diff --git a/ui/src/assets/schema/provider/filebacked-http-common.schema.json b/ui/src/assets/schema/provider/filebacked-http-common.schema.json
index 73414de00..4e01b4f76 100644
--- a/ui/src/assets/schema/provider/filebacked-http-common.schema.json
+++ b/ui/src/assets/schema/provider/filebacked-http-common.schema.json
@@ -168,7 +168,7 @@
"default": true
},
"satisfyAnyPredicates": {
- "title": "Satisy Any Predicates?",
+ "title": "Satisfy Any Predicates?",
"description": "Flag which determines whether predicates used in filtering are connected by a logical 'OR' (true) or by logical 'AND' (false).",
"type": "boolean",
"widget": {
diff --git a/ui/src/theme/buttons.scss b/ui/src/theme/buttons.scss
index 6cb4a68f5..0897adbbe 100644
--- a/ui/src/theme/buttons.scss
+++ b/ui/src/theme/buttons.scss
@@ -9,6 +9,12 @@
background: none;
}
+.btn.btn-link {
+ &:focus {
+ outline: 5px auto -webkit-focus-ring-color;
+ }
+}
+
.nav.nav-wizard {
.nav-item {
margin-right: $custom-control-spacer-x * 3;
diff --git a/ui/src/theme/forms.scss b/ui/src/theme/forms.scss
index 5d4664008..3b0db210f 100644
--- a/ui/src/theme/forms.scss
+++ b/ui/src/theme/forms.scss
@@ -76,6 +76,7 @@ Json schema form
resize: vertical;
font-family: monospace;
min-height: 166px;
+ margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {