mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed navigation buttons for HBAC Test.
The Back, Next, and New Test buttons in HBAC Test have been fixed to work properly. Ticket #388
This commit is contained in:
committed by
Endi S. Dewata
parent
d040b93e38
commit
9276e51bce
@@ -702,6 +702,18 @@ IPA.facet_group = function(spec) {
|
||||
return that.facets.get(name);
|
||||
};
|
||||
|
||||
that.get_facet_index = function(name) {
|
||||
return that.facets.get_key_index(name);
|
||||
};
|
||||
|
||||
that.get_facet_by_index = function(index) {
|
||||
return that.facets.get_value_by_index(index);
|
||||
};
|
||||
|
||||
that.get_facet_count = function(index) {
|
||||
return that.facets.length;
|
||||
};
|
||||
|
||||
return that;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user