You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be of interest to implement said solution? Only one file is affected and will fix the issue in every admin grid.
I can make a pull request if there is interest in the solution? Its only a conditional check in js/mage/adminhtml/grid.js to fix this permanently.
Expected Behavior
Be able to select for example sku in admin grid for products or order incrementId in order grid.
A selection should not trigger click.
Benefits
I think this will benefit all ecommerce users, as they will be able to select for example a sku in backend copy it then search it in frontend to verify it is searchable.
I think it will not do any harm to anyone.
Anything else?
This is a fix I do every release. :) It would be nice to make this into the framework.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description
Would it be of interest to implement said solution? Only one file is affected and will fix the issue in every admin grid.
I can make a pull request if there is interest in the solution? Its only a conditional check in js/mage/adminhtml/grid.js to fix this permanently.
Expected Behavior
Be able to select for example sku in admin grid for products or order incrementId in order grid.
A selection should not trigger click.
Benefits
I think this will benefit all ecommerce users, as they will be able to select for example a sku in backend copy it then search it in frontend to verify it is searchable.
I think it will not do any harm to anyone.
Anything else?
This is a fix I do every release. :) It would be nice to make this into the framework.
The text was updated successfully, but these errors were encountered: