fixup! [12.0][FIX] web_translate_dialog reload parent view

pull/1702/head
Telmo Santos 2020-11-09 14:27:34 +01:00
parent 8190df5a70
commit 1601db84f3
1 changed files with 3 additions and 1 deletions

View File

@ -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() {