Skip to content

Bulk Action Logs in backend missing if integration_id != user_id #25371

@WalterNu

Description

@WalterNu

Preconditions (*)

  1. Magento Commerce 2.3.2

Steps to reproduce (*)

  1. Create an integration for REST API usage
  2. Do a bulk product update or any other bulk action
  3. Check the "Bulk Actions" page in magento backend

Expected result (*)

  1. Log entries are in db table magento_bulk
  2. Log entries show up in backend

Actual result (*)

  1. Log entries are in db table magento_bulk
  2. Log entries don't show up in backend

In Database everything looks fine.
grafik
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

Labels

Issue: Format is validGate 1 Passed. Automatic verification of issue format passed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions