mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix tab switching for nested entities
https://fedorahosted.org/freeipa/ticket/3236
This commit is contained in:
@@ -809,7 +809,7 @@ IPA.facet_header = function(spec) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var pkeys = that.facet.get_pkeys();
|
var pkeys = that.facet.get_pkeys();
|
||||||
navigation.show(other_facet, [pkeys]);
|
navigation.show(other_facet, pkeys);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user