diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-03-14 14:26:14 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-05-06 16:22:19 +0200 |
commit | 3e392bbfc66e10349b3205d25039a6619a64a29d (patch) | |
tree | 0553314dd841e4a1b96d2c1fee2d67ce6b5a53df /install/ui/src/freeipa/rule.js | |
parent | 166102a910bad2002819205b009694372f1f0e22 (diff) | |
download | freeipa.git-3e392bbfc66e10349b3205d25039a6619a64a29d.tar.gz freeipa.git-3e392bbfc66e10349b3205d25039a6619a64a29d.tar.xz freeipa.git-3e392bbfc66e10349b3205d25039a6619a64a29d.zip |
get_primary_key function usages removed
https://fedorahosted.org/freeipa/ticket/3236
Diffstat (limited to 'install/ui/src/freeipa/rule.js')
-rw-r--r-- | install/ui/src/freeipa/rule.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |