mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix rule table add/delete button enablement
https://fedorahosted.org/freeipa/ticket/3235
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user