From e806f32caeb517b12154bc1c02b8ad55b5b40f2d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 28 Jan 2011 16:46:19 -0500 Subject: Add permission dialog adjustments. The IPA.dialog has been modified to support sections. The add dialog for permission has been modified to include the target section. The base dialog classes have been moved from widget.js into a new file called dialog.js. This patch also includes ayoung's fix for parameter name and format for the permission attributes. https://fedorahosted.org/freeipa/ticket/791 --- install/ui/jsl.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/jsl.conf') diff --git a/install/ui/jsl.conf b/install/ui/jsl.conf index 1d7190e43..67cf84b12 100644 --- a/install/ui/jsl.conf +++ b/install/ui/jsl.conf @@ -126,6 +126,7 @@ # +process ipa.js +process widget.js ++process dialog.js +process search.js +process details.js +process add.js -- cgit