summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/src/freeipa/rule.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/rule.js b/install/ui/src/freeipa/rule.js
index 11ceab934..959aec462 100644
--- a/install/ui/src/freeipa/rule.js
+++ b/install/ui/src/freeipa/rule.js
@@ -49,6 +49,7 @@ IPA.rule_details_widget = function(spec) {
that.widgets.add_widget(that.enable_radio);
that.enable_radio.value_changed.attach(that.on_enable_radio_changed);
+ that.enable_radio.updated.attach(that.on_enable_radio_changed);
};
that.on_enable_radio_changed = function() {