Fix tab switching for nested entities

https://fedorahosted.org/freeipa/ticket/3236
This commit is contained in:
Petr Vobornik
2013-03-28 15:05:59 +01:00
parent 1adad5573b
commit 6f80b32731

View File

@@ -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;
}