From c151e01e7954b0181c97a1b495e2237e00198492 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 23 Apr 2013 14:38:36 +0200 Subject: Add widget updated event https://fedorahosted.org/freeipa/ticket/3235 --- install/ui/src/freeipa/service.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/src/freeipa/service.js') diff --git a/install/ui/src/freeipa/service.js b/install/ui/src/freeipa/service.js index 318670733..4d135ea23 100644 --- a/install/ui/src/freeipa/service.js +++ b/install/ui/src/freeipa/service.js @@ -358,6 +358,7 @@ IPA.service_provisioning_status_widget = function (spec) { that.update = function(values) { that.status = values && values.length ? values[0] : false; set_status(that.status ? 'valid' : 'missing'); + that.updated.notify([], that); }; that.clear = function() { -- cgit