From e100ba7e2b14b74ed548ee0dd6ba1093b17dd795 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 16 Apr 2013 12:59:38 +0200 Subject: Replace build logic in widget and field builder by new builder https://fedorahosted.org/freeipa/ticket/3235 --- install/ui/src/freeipa/policy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/src/freeipa/policy.js') diff --git a/install/ui/src/freeipa/policy.js b/install/ui/src/freeipa/policy.js index 5161a454..c0ea2033 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', -- cgit