identify target as section for permissions

This commit is contained in:
Adam Young 2011-06-27 12:10:32 -04:00
parent 7452b6d3cb
commit 800cb7f46e

View File

@ -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});