Open the label template in the same tab [SCI-8167] (#5189)

Co-authored-by: Giga Chubinidze <gchubinidze@unisens.ge>
This commit is contained in:
G-Chubinidze 2023-04-25 15:12:25 +04:00 committed by GitHub
parent 934774985f
commit 540de67956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
return `${data.icon_image_tag}<a
href='${row.DT_RowAttr['data-edit-url']}'
class='record-info-link'
onclick='window.open(this.href, "_blank")'
onclick='window.location.href = this.href; return false;'
>${data.name}</a>`;
}