mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
target section without radio buttons ACI target section refactored into an array of widget-like objects. The radio buttons have been replaced by a select box. THe select is not visible on the details page.
This commit is contained in:
@@ -234,6 +234,9 @@ IPA.dialog = function(spec) {
|
||||
var field = that.fields[i];
|
||||
field.reset();
|
||||
}
|
||||
for (var j=0; j<that.sections.length; j++) {
|
||||
that.sections[j].reset();
|
||||
}
|
||||
};
|
||||
|
||||
that.dialog_init = that.init;
|
||||
|
Reference in New Issue
Block a user