mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 15:41:29 -05:00
backport to restore multivalued switch on create attribute (#30813)
Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
+6
@@ -42,6 +42,7 @@ import {
|
||||
AddTranslationsDialog,
|
||||
TranslationsType,
|
||||
} from "./AddTranslationsDialog";
|
||||
import { DefaultSwitchControl } from "../../../components/SwitchControl";
|
||||
|
||||
import "../../realm-settings-section.css";
|
||||
|
||||
@@ -271,6 +272,11 @@ export const AttributeGeneralSettings = ({
|
||||
)}
|
||||
</Grid>
|
||||
</FormGroup>
|
||||
<DefaultSwitchControl
|
||||
name="multivalued"
|
||||
label={t("multivalued")}
|
||||
labelIcon={t("multivaluedHelp")}
|
||||
/>
|
||||
<SelectControl
|
||||
name="group"
|
||||
label={t("attributeGroup")}
|
||||
|
||||
Reference in New Issue
Block a user