mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added undo for permission target.
https://fedorahosted.org/freeipa/ticket/885
This commit is contained in:
committed by
Adam Young
parent
0353a2be67
commit
d389e054f6
@@ -157,7 +157,7 @@ IPA.dialog = function(spec) {
|
||||
field.setup(span);
|
||||
}
|
||||
|
||||
for (var j = 0; i<that.sections.length; j++) {
|
||||
for (var j=0; j<that.sections.length; j++) {
|
||||
var section = that.sections[j];
|
||||
|
||||
var div = $('#'+that.entity_name+'-'+that.name+'-'+section.name,
|
||||
|
Reference in New Issue
Block a user