浏览代码

HUE-2350 [sentry] New privileges lose their DB and Table info

Forced update the valueAccessor value from the hiveAutocomplete
Enrico Berti 11 年之前
父节点
当前提交
094974126f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/security/static/js/common.ko.js

+ 1 - 0
apps/security/static/js/common.ko.js

@@ -105,6 +105,7 @@ ko.bindingHandlers.hivechooser = {
 
     function setPathFromAutocomplete(path){
       self.val(path);
+      valueAccessor()(path);
       self.blur();
     }