瀏覽代碼

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");