diff options
Diffstat (limited to 'install/ui/src/freeipa/hbac.js')
-rw-r--r-- | install/ui/src/freeipa/hbac.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/hbac.js b/install/ui/src/freeipa/hbac.js index f912fbd5..ec214406 100644 --- a/install/ui/src/freeipa/hbac.js +++ b/install/ui/src/freeipa/hbac.js @@ -480,6 +480,7 @@ IPA.hbacrule_details_facet = function(spec) { that.update_on_success = function(data, text_status, xhr) { that.refresh(); that.on_update.notify(); + that.emit('update', { source: that }); that.nofify_update_success(); }; |