소스 검색

HUE-3956 [sentry] Browse to table does not load the object in v1

Enrico Berti 9 년 전
부모
커밋
45547f5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apps/security/src/security/static/security/js/hive.ko.js

+ 1 - 0
apps/security/src/security/static/security/js/hive.ko.js

@@ -1321,6 +1321,7 @@ var HiveViewModel = function (initial) {
 
   self.linkToBrowse = function (path) {
     self.assist.path(path);
+    self.updatePathHash(path);
     $(document).trigger("changed.path");
     self.assist.loadParents();
     self.updateSectionHash("edit");