fix reminder box link

pull/1312/head
Timon Tschanz 2019-06-27 15:16:43 +02:00
parent 4b64159e14
commit cd48e2dafc
1 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,8 @@ BasicController.include({
_onTranslate: function(event) {
// the image next to the fields opens the translate dialog
this.open_translate_dialog(event.data, event.target.res_id);
var res_id = event.target.res_id ? event.target.res_id : event.target.state.res_id;
this.open_translate_dialog(event.data, res_id);
},
});