Background:
Magento 2.3.4
Multiple Stores
Multiple user role for each store
There are total 3000 products across 5 stores and each store has its own product list
User Y only has the access to store A only.
Store has total 165 products
Scenario:
User Y want to do the bulk action to disable all products under store A.
User Y use the feature next to the checkbox "select all"
The products table showed 165 records selected.
User Y then do the bulk action to update all products to disable.
At the end, all 3000 products are disabled.
Any idea if it is known issue in this magento version? Any fix?