Use a batch action instead of a queue to set/update order items SKU on purchased entity update/deletion via its form.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

nicolasgraph created an issue. See original summary.

nicolasgraph’s picture

Title: Use a batch action to update order items SKU on purchased entity SKU update via UI » Use a batch action instead of a queue to set/update order items SKU on purchased entity update/deletion via its form
Issue summary: View changes

nicolasgraph’s picture

Status: Active » Needs work

We need to consider if the queue worker should be kept after the batch operation introduction.
We also need tests for this feature.

nicolasgraph’s picture

I guess we can remove the queue worker. If a purchasable entity is updated programmatically, related order items can be too.

nicolasgraph’s picture

Batch op still needs to be implemented for purchasable entity deletion.

nicolasgraph’s picture

Status: Needs work » Needs review

The MR should be ready ; it replaces queue workers with batch op to set/update order items SKU on purcahasable entity update/deletion through the UI.

nicolasgraph’s picture

Status: Needs review » Fixed

  • nicolasgraph committed 419ecaf5 on 1.x
    Issue #3509087 by nicolasgraph: Use a batch action instead of a queue to...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.