The self-service navigation has been fixed to include the root of the navigation path.
Ticket #1445 -- Endi S. Dewata
From c3d8864cc64362f10b166ffc3ba3b184f97087e9 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata <[email protected]> Date: Wed, 6 Jul 2011 17:39:49 -0400 Subject: [PATCH] Fixed blank self-service page. The self-service navigation has been fixed to include the root of the navigation path. Ticket #1445 --- install/ui/webui.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/install/ui/webui.js b/install/ui/webui.js index 2c4451489fd4a3acb00621ab57824e051952cf0f..0e6fa6ac2d38e9b19cea00e3863455c0cad6530d 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -101,6 +101,8 @@ IPA.self_serv_navigation = function(spec) { } else { var state = { + 'navigation': 'identity', + 'identity': 'user', 'user-pkey': pkey || IPA.whoami_pkey, 'user-facet': facet || 'details' }; -- 1.7.4
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
