summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/certificate.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-30 10:08:48 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-11 17:55:17 +0200
commit01a8175119233a4de10dddaf74db5750ff6e0c25 (patch)
treeaec92d8ee9b33beee06574e15dd706ae4312e031 /install/ui/src/freeipa/certificate.js
parent2257f12652eb67ab9ece1f1aa79aa9f784adfb05 (diff)
downloadfreeipa-01a8175119233a4de10dddaf74db5750ff6e0c25.tar.gz
freeipa-01a8175119233a4de10dddaf74db5750ff6e0c25.tar.xz
freeipa-01a8175119233a4de10dddaf74db5750ff6e0c25.zip
webui: better value-change reporting
- widget save() save method should try to always return value even if read only - report value-change event with actual value to allow processing of the value https://fedorahosted.org/freeipa/ticket/4402 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/src/freeipa/certificate.js')
-rwxr-xr-xinstall/ui/src/freeipa/certificate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/certificate.js b/install/ui/src/freeipa/certificate.js
index 6a11d9593..ccaa25807 100755
--- a/install/ui/src/freeipa/certificate.js
+++ b/install/ui/src/freeipa/certificate.js
@@ -880,7 +880,7 @@ IPA.cert.status_widget = function(spec) {
status = IPA.cert.CERTIFICATE_STATUS_REVOKED;
}
that.set_status(status, certificate.revocation_reason);
- that.on_value_changed();
+ that.on_value_changed(certificate);
};
that.clear = function() {