mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 01:31:56 -06:00
identify target as section for permissions
This commit is contained in:
parent
7452b6d3cb
commit
800cb7f46e
@ -393,6 +393,7 @@ IPA.target_section = function(spec) {
|
||||
spec = spec || {};
|
||||
|
||||
var that = IPA.details_section(spec);
|
||||
that.section = true;
|
||||
that.undo = typeof spec.undo == 'undefined' ? true : spec.undo;
|
||||
|
||||
that.filter_text = IPA.text_widget({name: 'filter', undo: that.undo});
|
||||
|
Loading…
Reference in New Issue
Block a user