summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/policy.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/policy.js')
-rw-r--r--install/ui/src/freeipa/policy.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/policy.js b/install/ui/src/freeipa/policy.js
index 5161a4541..c0ea20335 100644
--- a/install/ui/src/freeipa/policy.js
+++ b/install/ui/src/freeipa/policy.js
@@ -40,7 +40,7 @@ IPA.pwpolicy.entity = function(spec) {
name : 'identity',
fields:[
{
- type: 'link',
+ $type: 'link',
name: 'cn',
other_entity: 'group'
},
@@ -68,7 +68,7 @@ IPA.pwpolicy.entity = function(spec) {
adder_dialog({
fields: [
{
- type: 'entity_select',
+ $type: 'entity_select',
name: 'cn',
other_entity: 'group',
other_field: 'cn',