mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: entity menu items navigate to main entity facet
I.e. remove memory from bare entity navigation Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Thierry Bordaz <tbordaz@redhat.com>
This commit is contained in:
parent
ae62bd6914
commit
2be8eeb04f
@ -342,9 +342,6 @@ exp.entity = IPA.entity = function(spec) {
|
||||
}
|
||||
|
||||
if (name === undefined) {
|
||||
// return the current facet
|
||||
if (that.facet) return that.facet;
|
||||
|
||||
// return the main facet
|
||||
return that.facets.values[0];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user