From 800cb7f46e68f4ef7bb0c9f99fb960563d15bf97 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 27 Jun 2011 12:10:32 -0400 Subject: identify target as section for permissions --- install/ui/aci.js | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ui/aci.js b/install/ui/aci.js index 077cbebdc..1a95af0e7 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -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}); -- cgit