summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/widget.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index b486145bd..9f013a0a7 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -1572,6 +1572,7 @@ IPA.entity_select_widget = function(spec) {
option.attr('selected','selected');
}
}
+ that.set_dirty(that.test_dirty());
}
function find_error(err){
}
@@ -1600,8 +1601,7 @@ IPA.entity_select_widget = function(spec) {
id: 'entity_filter',
style: 'display: none;',
keyup: function(){
- populate_select();
- that.set_dirty(that.test_dirty());
+ populate_select($('option:selected', that.entity_select).val());
}
}).appendTo(container);