소스 검색

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();
     }