kalenjordan / custom-reports

Custom Magento reports using SQL
http://magemail.co/free-custom-reports-module-for-magento/
Other
143 stars 65 forks source link

Clilckable URL does not work in some cases #51

Closed peterjaap closed 8 years ago

peterjaap commented 8 years ago

When a column alias is used, the getRowUrl() function does not retrieve it correctly. Avoid using aliases for clickable row URL option for now.

sreichel commented 8 years ago

How about using grid configuration for clickable URLs? It would also allow multiple clickable columns.

From you example in #46:

{"clickable": {
    "entity_id": {
        "*/sales_order/view/order_id": "entity_id"
    },
    "increment_id": {
        "*/sales_order/view/order_id": "entity_id"
    }
}}