Эх сурвалжийг харах

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

Forced update the valueAccessor value from the hiveAutocomplete
Enrico Berti 11 жил өмнө
parent
commit
094974126f

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