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