Skip to content

Commit

Permalink
web/admin: don't mark LDAP group property mappings as required (#8772)
Browse files Browse the repository at this point in the history
  • Loading branch information
rissson authored Mar 1, 2024
1 parent a184240 commit 0d088ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/src/admin/providers/scim/SCIMProviderForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export class SCIMProviderFormPage extends BaseProviderForm<SCIMProvider> {
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${msg("Group Property Mappings")}
?required=${true}
name="propertyMappingsGroup"
>
<select class="pf-c-form-control" multiple>
Expand Down
1 change: 0 additions & 1 deletion web/src/admin/sources/ldap/LDAPSourceForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ export class LDAPSourceForm extends BaseSourceForm<LDAPSource> {
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${msg("Group Property Mappings")}
?required=${true}
name="propertyMappingsGroup"
>
<select class="pf-c-form-control" multiple>
Expand Down

0 comments on commit 0d088ae

Please sign in to comment.