From 9a09916108539f0d9f70257983666254c0cde67e Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 29 Nov 2011 14:29:51 +0100 Subject: Changing definition of basic fields in section from factory to type https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/policy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/policy.js') diff --git a/install/ui/policy.js b/install/ui/policy.js index 4726608c..fbabd083 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -39,7 +39,7 @@ IPA.pwpolicy.entity = function(spec) { name : 'identity', fields:[ { - factory: IPA.entity_link_widget, + type: 'link', name: 'cn', other_entity: 'group' }, @@ -58,7 +58,7 @@ IPA.pwpolicy.entity = function(spec) { adder_dialog({ fields: [ { - factory: IPA.entity_select_widget, + type: 'entity_select', name: 'cn', other_entity: 'group', other_field: 'cn', -- cgit