[Freeipa-devel] [PATCH] entity_select naming

Adam Young ayoung at redhat.com
Tue Jul 12 15:02:55 UTC 2011


pushed under the one line rule.

commit e0238b5218d1c46bec3b0231db3bbef71a7403ef
Author: Adam Young <ayoung at redhat.com>
Date:   Mon Jul 11 16:17:29 2011 -0400

     entity_select naming
     http://fedorahosted.org/freeipa/ticket/1467

diff --git a/install/ui/widget.js b/install/ui/widget.js
index 9a3ae1b..795fdaf 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -1653,6 +1653,7 @@ IPA.entity_select_widget = function(spec) {
              that.edit_box = $('<input />',{
                  type: 'text',
                  title: that.tooltip,
+                name: that.name,
                  keyup:function(){
                      that.validate();
                  }




More information about the Freeipa-devel mailing list