mirror of https://github.com/OCA/web.git
[12.0][FIX] web_translate_dialog reload parent view
parent
886bb8ea91
commit
8190df5a70
|
@ -222,6 +222,7 @@ var TranslateDialog = Dialog.extend({
|
||||||
return done;
|
return done;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
this.view.reload();
|
||||||
this.close();
|
this.close();
|
||||||
},
|
},
|
||||||
on_button_close: function() {
|
on_button_close: function() {
|
||||||
|
|
Loading…
Reference in New Issue