From 97e440bf4b4da2add771cfa4db1614668a5cd06c Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 12 Mar 2012 14:13:11 +0100 Subject: Better hbactest validation message HBAC Test validation message contains all missing values in form of list of links instead of general 'missing values' message and redirection to first missing value's facet. When a link is clicked user is redirected to value's facet. https://fedorahosted.org/freeipa/ticket/2182 --- install/ui/dialog.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/dialog.js') diff --git a/install/ui/dialog.js b/install/ui/dialog.js index 324eb9b9..9003aa82 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -664,5 +664,7 @@ IPA.message_dialog = function(spec) { init(); + that.message_dialog_create = that.create; + return that; }; -- cgit