From 74e31cd9853539f860f68e813191083e46a1192b Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 19 Dec 2011 18:31:35 -0600 Subject: Added policies into user details page. The user details page has been modified to show the password policy and Kerberos ticket policy that apply to the user. The policies are currently displayed as read-only. Ticket #703 --- install/ui/dns.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/dns.js') diff --git a/install/ui/dns.js b/install/ui/dns.js index f4f93389..a5c9aec3 100644 --- a/install/ui/dns.js +++ b/install/ui/dns.js @@ -704,7 +704,7 @@ IPA.dns.record_details_facet = function(spec) { var that = IPA.details_facet(spec); - that.on_update_success = function(data, text_status, xhr) { + that.update_on_success = function(data, text_status, xhr) { if (!data.result.result.idnsname) { that.reset(); -- cgit