Re: [Freeipa-devel] [PATCH] 0244-service-host-entity-select

2011-06-28 Thread Adam Young

On 06/27/2011 09:21 PM, Simo Sorce wrote:

On Mon, 2011-06-27 at 17:43 -0400, Adam Young wrote:

On 06/18/2011 09:26 PM, Adam Young wrote:


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

ACK and pushed to master

Usually the ack should come for another developer, or am I missing
something ?


 I should have said ACKed in IRC by edewata.

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


Re: [Freeipa-devel] [PATCH] 0244-service-host-entity-select

2011-06-27 Thread Adam Young

On 06/18/2011 09:26 PM, Adam Young wrote:



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

ACK and pushed to master
___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 0244-service-host-entity-select

2011-06-27 Thread Simo Sorce
On Mon, 2011-06-27 at 17:43 -0400, Adam Young wrote:
 On 06/18/2011 09:26 PM, Adam Young wrote: 
  
  
  ___
  Freeipa-devel mailing list
  Freeipa-devel@redhat.com
  https://www.redhat.com/mailman/listinfo/freeipa-devel
 ACK and pushed to master

Usually the ack should come for another developer, or am I missing
something ?

-- 
Simo Sorce * Red Hat, Inc * New York

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


[Freeipa-devel] [PATCH] 0244-service-host-entity-select

2011-06-18 Thread Adam Young


From 8dba37ff9791455e947c81214c78b0ee0ba2e828 Mon Sep 17 00:00:00 2001
From: Adam Young ayo...@redhat.com
Date: Sat, 18 Jun 2011 21:25:15 -0400
Subject: [PATCH] service host entity select Use the entity select widget for
 add service

---
 install/ui/service.js |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/install/ui/service.js b/install/ui/service.js
index 7af80c7eed4f0b95c79abeac4473c7016bbfaca1..0946aa500384f3c69ca760bef7005979e7b5bf2f 100644
--- a/install/ui/service.js
+++ b/install/ui/service.js
@@ -118,10 +118,11 @@ IPA.service_add_dialog = function(spec) {
 size: 20,
 undo: false
 })).
-field(IPA.text_widget({
+field(IPA.entity_select_widget({
 name: 'host',
+field_name: 'fqdn',
+entity: 'host',
 label: IPA.messages.objects.service.host,
-size: 40,
 undo: false
 })).
 field(
-- 
1.7.5.2

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