From 6a8d6d3fde0ede2e0b976cd5af67a57c0691b1f8 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 29 Aug 2012 17:35:07 +0200 Subject: Notify success on add, delete and update Notification of success was added to: * details facet: update * association facet and association widget: add, delete items * attribute facet: delete items (notification of add should be handled in entity adder dialog) * sudo rule: add, remove option * dnsrecord: add, update, delete https://fedorahosted.org/freeipa/ticket/2977 --- install/ui/selinux.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/selinux.js') diff --git a/install/ui/selinux.js b/install/ui/selinux.js index c754fabf..ca470060 100644 --- a/install/ui/selinux.js +++ b/install/ui/selinux.js @@ -302,6 +302,7 @@ IPA.selinux_details_facet = function(spec) { that.update_on_success = function(data, text_status, xhr) { that.refresh(); that.on_update.notify(); + that.nofify_update_success(); }; that.update_on_error = function(xhr, text_status, error_thrown) { -- cgit