-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed
Description
Preconditions (*)
- Magento Commerce 2.3.2
Steps to reproduce (*)
- Create an integration for REST API usage
- Do a bulk product update or any other bulk action
- Check the "Bulk Actions" page in magento backend
Expected result (*)
- Log entries are in db table magento_bulk
- Log entries show up in backend
Actual result (*)
- Log entries are in db table magento_bulk
- Log entries don't show up in backend
In Database everything looks fine.
But in Magento Backend the Bulk Action Log entries just show up, if the integration_id of the used api matches the current backend user_id.
-> If i update the column user_id in table magento_bulk to the id of my current magento admin user id the entries are shown correctly.
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed