mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Refactored facet.load().
The load() in IPA.facet has been modified to accept the complete data returned by the server instead of just the result. This is needed by HBAC Test to access other attributes returned in the test result. Ticket #388
This commit is contained in:
committed by
Endi S. Dewata
parent
a8ea42bda8
commit
caa9d52666
@@ -32,10 +32,7 @@ IPA.user.entity = function(spec) {
|
||||
that.init = function() {
|
||||
that.entity_init();
|
||||
|
||||
var link = true;
|
||||
if (IPA.nav && IPA.nav.name == 'self-service') {
|
||||
link = false;
|
||||
}
|
||||
var link = IPA.nav.name == 'self-service' ? false : undefined;
|
||||
|
||||
that.builder.search_facet({
|
||||
columns: [
|
||||
|
||||
Reference in New Issue
Block a user