Skip to content

feat(admin-ui): implement UMA option in Scopes form #351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 10, 2022
8 changes: 7 additions & 1 deletion admin-ui/app/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@
"saml1_uri": "Saml1 URI",
"saml2_uri": "Saml2 URI",
"scope_type": "Scope type",
"umaAuthorizationPolicies": "Authorization Policies",
"associatedClients": "Associated Clients",
"creationDate": "Creation Time",
"creatorType": "Creator",
"iconUrl": "Icon URL",
"scopes:": "Scopes",
"scripts": "Scripts",
"script_type": "Script Type",
Expand Down Expand Up @@ -406,7 +411,8 @@
"sql_passwordEncryptionMethod": "Add password encryption method.",
"sql_serverTimezone": "Enter server timezone.",
"activate_sql_configuration": "Activate SQL configuration.",
"script_path": "Enter script file path"
"script_path": "Enter script file path",
"iconUrl": "Icon URL"
},
"titles": {
"acrs": "ACRs",
Expand Down
2 changes: 2 additions & 0 deletions admin-ui/app/routes/Apps/Gluu/GluuTypeAheadForDn.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function GluuTypeAheadForDn({
required,
doc_category,
doc_entry,
disabled = false,
allowNew = false,
lsize = 4,
rsize = 8,
Expand All @@ -48,6 +49,7 @@ function GluuTypeAheadForDn({
),
)
}}
disabled={disabled}
id={name}
data-testid={name}
name={name}
Expand Down
Loading