diff --git a/sources/application/WebPage/iTopWebPage.php b/sources/application/WebPage/iTopWebPage.php index f6fc8ce70..1994e1c8d 100644 --- a/sources/application/WebPage/iTopWebPage.php +++ b/sources/application/WebPage/iTopWebPage.php @@ -475,6 +475,8 @@ JS $this->sBreadCrumbEntryDescription = null; $this->sBreadCrumbEntryUrl = null; $this->sBreadCrumbEntryIcon = null; + + $this->GetTopBarLayout()->SetBreadcrumbs(new Breadcrumbs($this->GetBreadCrumbsNewEntry(), Breadcrumbs::BLOCK_CODE)); }