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

Admin Grid Mass action Select / Unselect All issue #9610 #1

Merged
merged 1 commit into from
May 12, 2017

Conversation

minesh0111
Copy link
Owner

Admin Grid Mass Action Select All and Unselect All work only on primary_key of collection object no matter if we set other field as mass action filed using grid method setMassactionIdField other than primar_key

Preconditions

  1. Magento version 2.1.3

Steps to reproduce

  1. Found this issue while creating custom module where i need mass action id filed other than primary_key of collection.

Expected result

  1. It should Select All and Unselect All on click of option
  2. It should post MassactionIdField on submit

Actual result

  1. Checkbox checked and unchecked not working on click of option
  2. Always post primary_key value of collection on submit

@minesh0111 minesh0111 merged commit d0f3cdf into develop May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant