Open addison74 opened 1 month ago
Seems grids behave different ...
E.g. in "Manage Products" clicking a row forwards to edit-page ...
Should it do nothing or go to product edit-page?
Please check this behavior as follows
If you click on a row there is no action. For the checkboxes, Edit only clicking in the cells the action is performed.
As an answer to you question, it should do nothing.
Maybe you want to fix it on your own ... its quite simple.
Add or change grids getRowUrl($row)
to return empty string.
For Related / Up-sells / Cross-sells grids this was the change https://github.com/OpenMage/magento-lts/pull/3865.
For a lot of grids in the Backend which have on the first column a checkbox we allowed to check/uncheck it only in that cell. In this way we avoided unchecking a product clicking by mistake on a row.
It seems we missed the Associated Products grid in a configurable product.