Skip to content

Commit 224001f

Browse files
authored
Merge pull request #351 from GluuFederation/admin-ui-issue-346
feat(admin-ui): implement UMA option in Scopes form
2 parents 3a95530 + 4a20fc2 commit 224001f

File tree

4 files changed

+201
-56
lines changed

4 files changed

+201
-56
lines changed

admin-ui/app/locales/en/translation.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
"saml1_uri": "Saml1 URI",
170170
"saml2_uri": "Saml2 URI",
171171
"scope_type": "Scope type",
172+
"umaAuthorizationPolicies": "Authorization Policies",
173+
"associatedClients": "Associated Clients",
174+
"creationDate": "Creation Time",
175+
"creatorType": "Creator",
176+
"iconUrl": "Icon URL",
172177
"scopes:": "Scopes",
173178
"scripts": "Scripts",
174179
"script_type": "Script Type",
@@ -406,7 +411,8 @@
406411
"sql_passwordEncryptionMethod": "Add password encryption method.",
407412
"sql_serverTimezone": "Enter server timezone.",
408413
"activate_sql_configuration": "Activate SQL configuration.",
409-
"script_path": "Enter script file path"
414+
"script_path": "Enter script file path",
415+
"iconUrl": "Icon URL"
410416
},
411417
"titles": {
412418
"acrs": "ACRs",

admin-ui/app/routes/Apps/Gluu/GluuTypeAheadForDn.js

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function GluuTypeAheadForDn({
2424
required,
2525
doc_category,
2626
doc_entry,
27+
disabled = false,
2728
allowNew = false,
2829
lsize = 4,
2930
rsize = 8,
@@ -48,6 +49,7 @@ function GluuTypeAheadForDn({
4849
),
4950
)
5051
}}
52+
disabled={disabled}
5153
id={name}
5254
data-testid={name}
5355
name={name}

0 commit comments

Comments
 (0)