[Freeipa-devel] [PATCH] 0247-entity-select-for-password-policy

2011-06-20 Thread Adam Young


From ccba0fce332a629072135eb1628b5a48f5ccd74a Mon Sep 17 00:00:00 2001
From: Adam Young ayo...@redhat.com
Date: Mon, 20 Jun 2011 10:59:12 -0400
Subject: [PATCH] entity select for password policy
 http://fedorahosted.org/freeipa/ticket/1110

---
 install/ui/policy.js |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/install/ui/policy.js b/install/ui/policy.js
index f6bec48cf6b90bde2c94fdaddef103ce164f4084..d30abbfdc8522362522fe287598ef9d7380cd2f9 100644
--- a/install/ui/policy.js
+++ b/install/ui/policy.js
@@ -38,7 +38,14 @@ IPA.entity_factories.pwpolicy = function() {
 }]}).
 standard_association_facets().
 adder_dialog({
-fields:['cn', 'cospriority']
+fields:[
+{
+factory:IPA.entity_select_widget,
+name: 'cn',
+entity: 'group',
+undo: false
+},
+'cospriority']
 }).
 build();
 };
-- 
1.7.5.2

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 0247-entity-select-for-password-policy

2011-06-20 Thread Endi Sukma Dewata

On 6/20/2011 10:01 AM, Adam Young wrote:




ACK and pushed to master.

--
Endi S. Dewata

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel