summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-07-11 16:17:29 -0400
committerAdam Young <ayoung@redhat.com>2011-07-12 11:01:18 -0400
commite0238b5218d1c46bec3b0231db3bbef71a7403ef (patch)
treee75e6da01b0c9aa3138bd706bb3bf00ca58ea96c /install
parent28e85ee47aa6e71262b9bf50758da079e2089b76 (diff)
downloadfreeipa-e0238b5218d1c46bec3b0231db3bbef71a7403ef.tar.gz
freeipa-e0238b5218d1c46bec3b0231db3bbef71a7403ef.tar.xz
freeipa-e0238b5218d1c46bec3b0231db3bbef71a7403ef.zip
entity_select naming
http://fedorahosted.org/freeipa/ticket/1467
Diffstat (limited to 'install')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 9a3ae1ba9..795fdaf60 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();
}