Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description (*)
After removing the full text search keyword the selected records and count mismatches. Which is fixed now.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Setup some vanilla Magento
Login to the backend
Create 3 customers: 'One One', 'Two Two' and 'Three Three':
In the 'Search by keyword' box, enter 'one' and search
In the first column, choose the 'Select All' option
Notice that one record is selected:
I. Remove the 'one' keyword search by pressing the 'x' icon to the right of it.
II. Notice that it now says that one record is selected, but visually all records have a checkmark:
Select Actions => Delete
Notice that it says it will remove 1 record:
Press OK
Notice that it now removed all records (3) instead of the 1 it claimed to delete before
Press OK
Notice that it now removed all records (3) instead of the 1 it claimed to delete before
Questions or comments
Contribution checklist (*)