#1467 entity_select_widget needs name for UI automation testing
Closed: Fixed None Opened 12 years ago by admiyo.

Most widgets provide an unambiguous way to reference the inputs they wrap. entity select does not for the editable cases.


diff --git a/install/ui/widget.js b/install/ui/widget.js
index 5eb58f6..f209007 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();
}

Metadata Update from @admiyo:
- Issue assigned to admiyo
- Issue set to the milestone: FreeIPA 2.1 - 2011/07

7 years ago

Login to comment on this ticket.

Metadata