mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed permission reset and is_dirty unit test
The reset and is_dirty functionality for permission has been fixed. New widgets have been created for select and a collection of checkboxes. New test data files have been added for each target type.
This commit is contained in:
parent
20e742d355
commit
f5e6d01916
@ -37,6 +37,7 @@ module('aci',{
|
||||
);
|
||||
aci_container = $('<div id="aci"/>').appendTo(document.body);
|
||||
target_section = IPA.target_section();
|
||||
target_section.init();
|
||||
target_section.create(aci_container);
|
||||
},
|
||||
teardown: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user