From 975e2bfa2b48c60bba99e2f2e4f106e031230bd3 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 22 Jun 2011 21:54:28 -0500 Subject: Added navigation breadcrumb. Navigation breadcrumb has been added to the facet header. The breadcrumb will appear on details, association, and automount facets. Ticket #1323 --- install/ui/entitle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/entitle.js') diff --git a/install/ui/entitle.js b/install/ui/entitle.js index 66e5e2a6..7efec720 100644 --- a/install/ui/entitle.js +++ b/install/ui/entitle.js @@ -326,7 +326,7 @@ IPA.entitle.entity = function(spec) { IPA.entitle.details_facet = function(spec) { spec = spec || {}; - spec.disable_back_link = true; + spec.disable_breadcrumb = true; var that = IPA.details_facet(spec); -- cgit