From 0aba3e8a067041f2ca5b1d28a7e837424e1cc009 Mon Sep 17 00:00:00 2001 From: Steven Burrows Date: Thu, 9 Mar 2017 00:36:53 +0000 Subject: [PATCH] Topo2 - Bug fix: Error in the breadcrumb service when navigating to a previous layer Change-Id: I9afcee455d8832c51a06473bc8c4e7972b982530 --- web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js b/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js index 032cfb6881..84421c9afe 100644 --- a/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js +++ b/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js @@ -62,8 +62,8 @@ rid: data.id }); - layout().createForceElements(); - layout().transitionDownRegion(); + layout.createForceElements(); + layout.transitionDownRegion(); render(); }