Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Associates Products Grid] Checkbox action on the row #4220

Open
ADDISON74 opened this issue Sep 22, 2024 · 4 comments
Open

[Associates Products Grid] Checkbox action on the row #4220

ADDISON74 opened this issue Sep 22, 2024 · 4 comments

Comments

@ADDISON74
Copy link
Contributor

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.

screenshot-2

@sreichel
Copy link
Contributor

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?

@ADDISON74
Copy link
Contributor Author

Please check this behavior as follows

  • Related / Up-sells / Cross-sells grids in Product edit page
  • Category Products grid in Category tab

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.

@sreichel
Copy link
Contributor

Maybe you want to fix it on your own ... its quite simple.

Add or change grids getRowUrl($row) to return empty string.

@ADDISON74
Copy link
Contributor Author

For Related / Up-sells / Cross-sells grids this was the change #3865.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants