Browse Source

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

Forced update the valueAccessor value from the hiveAutocomplete
Enrico Berti 11 years ago
parent
commit
094974126f
1 changed files with 1 additions and 0 deletions
  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();
     }