I want to link certain values (order_no) to a link that opens another application (wordpress) so that the record can be edited. I can do that, the only problem is that the link opens in a new window which takes the user out of my custom environment were I embed the dashboard via an iframe. Is it possible to open the link in the same window? So have a target _self?
Hi @diginomad
Currently no:
https://github.com/metabase/metabase/issues/10370 - upvote by clicking on the first post
Thanks....
I've managed to get it working in Firefox, which is my preferred browser anyway..
To make Firefox open all links in the same tab, follow these instructions:
- Type
about:config
in the Firefox address bar - Bypass the security warning
- Find the
browser.link.open_newwindow.restriction
preference - Double click it to change the value to
0
- Find the
browser.link.open_newwindow
preference - Double click it to change the value to
1
Hope this helps.