degdigital / magento2-customreports

Magento 2 module that allows an admin panel user to create new reporting grids via SQL statements.
67 stars 40 forks source link

clickable_url #14

Open MarcusWolschon opened 6 years ago

MarcusWolschon commented 6 years ago

The magento1 module this is a reimplementation of had this nice feature to select a string into a field named "clickable_url" and that would become the link-target for that table-line. example: select '*/sales_order/view/order_id/orderID' as clickable_url, ....

now with Magento2 it's not so easy because we have "/key/" at the end of every URL.

It would be a really nice feature to have this ability again, to drill down into selected orders, customers,... that a custom report is showing.