From 31d7486b88bc0e30c8a84ab4d2f73c35a700dad8 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 31 Jan 2013 17:25:14 +0100 Subject: Remove IPA.nav usage, obsolete entity.get_primary_key https://fedorahosted.org/freeipa/ticket/3236 --- install/ui/src/freeipa/aci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/src/freeipa/aci.js') diff --git a/install/ui/src/freeipa/aci.js b/install/ui/src/freeipa/aci.js index ceda40f8..0852994f 100644 --- a/install/ui/src/freeipa/aci.js +++ b/install/ui/src/freeipa/aci.js @@ -221,7 +221,7 @@ IPA.aci.permission_details_facet = function(spec) { var that = IPA.details_facet(spec); that.get_refresh_command_name = function() { - return that.entity.name+'_show_'+that.pkey; + return that.entity.name+'_show_'+that.get_pkey(); }; return that; -- cgit