Explorar o código

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

Forced update the valueAccessor value from the hiveAutocomplete
Enrico Berti %!s(int64=11) %!d(string=hai) anos
pai
achega
094974126f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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){
     function setPathFromAutocomplete(path){
       self.val(path);
       self.val(path);
+      valueAccessor()(path);
       self.blur();
       self.blur();
     }
     }