summaryrefslogtreecommitdiffstats
path: root/install/ui/policy.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/policy.js')
-rw-r--r--install/ui/policy.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js
index 4726608c2..fbabd0830 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',