Skip to content
Snippets Groups Projects
Commit b79adcdc authored by Nigel Kukard's avatar Nigel Kukard Committed by Gerrit Code Review
Browse files

Merge "Fixed users, clients, groups and realms attributes not being able to enter custom operators"

parents 2141ce16 eab70a0b
No related branches found
Tags v0.0.7a
No related merge requests found
......@@ -269,9 +269,9 @@ function showAdminClientAttributeAddEditWindow(AdminClientAttributesWindow,clien
displayField: 'Operator',
valueField: 'Operator',
hiddenName: 'Operator',
forceSelection: true,
forceSelection: false,
triggerAction: 'all',
editable: false
editable: true
},
{
fieldLabel: "Value",
......
......@@ -268,9 +268,9 @@ function showAdminGroupAttributeAddEditWindow(AdminGroupAttributesWindow,groupID
displayField: 'Operator',
valueField: 'Operator',
hiddenName: 'Operator',
forceSelection: true,
forceSelection: false,
triggerAction: 'all',
editable: false
editable: true
},
{
fieldLabel: "Value",
......
......@@ -269,9 +269,9 @@ function showAdminRealmAttributeAddEditWindow(AdminRealmAttributesWindow,realmID
displayField: 'Operator',
valueField: 'Operator',
hiddenName: 'Operator',
forceSelection: true,
forceSelection: false,
triggerAction: 'all',
editable: false
editable: true
},
{
fieldLabel: "Value",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment