Topo2 - Bug fix: Error in the breadcrumb service when navigating to a previous layer

Change-Id: I9afcee455d8832c51a06473bc8c4e7972b982530
This commit is contained in:
Steven Burrows 2017-03-09 00:36:53 +00:00
parent bd40284e48
commit 0aba3e8a06

View File

@ -62,8 +62,8 @@
rid: data.id rid: data.id
}); });
layout().createForceElements(); layout.createForceElements();
layout().transitionDownRegion(); layout.transitionDownRegion();
render(); render();
} }