From 3e392bbfc66e10349b3205d25039a6619a64a29d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 14 Mar 2013 14:26:14 +0100 Subject: get_primary_key function usages removed https://fedorahosted.org/freeipa/ticket/3236 --- install/ui/src/freeipa/rule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/src/freeipa/rule.js') diff --git a/install/ui/src/freeipa/rule.js b/install/ui/src/freeipa/rule.js index 8699ba8f..1d60c755 100644 --- a/install/ui/src/freeipa/rule.js +++ b/install/ui/src/freeipa/rule.js @@ -209,7 +209,7 @@ IPA.rule_association_table_field = function(spec) { var command = IPA.command({ entity: that.entity.name, method: that.widget.remove_method, - args: that.entity.get_primary_key() + args: that.facet.get_pkeys() }); command.set_option(that.widget.other_entity.name, values); -- cgit