From 6f80b327314541de30c65176991d8225a16d4643 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 28 Mar 2013 15:05:59 +0100 Subject: Fix tab switching for nested entities https://fedorahosted.org/freeipa/ticket/3236 --- install/ui/src/freeipa/facet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ui/src/freeipa/facet.js b/install/ui/src/freeipa/facet.js index 7e3c75bc3..e1f68dbfc 100644 --- a/install/ui/src/freeipa/facet.js +++ b/install/ui/src/freeipa/facet.js @@ -809,7 +809,7 @@ IPA.facet_header = function(spec) { } var pkeys = that.facet.get_pkeys(); - navigation.show(other_facet, [pkeys]); + navigation.show(other_facet, pkeys); return false; } -- cgit