There is an error when trying to edit an order type with the latest Commerce Shipping dev installed because there are no transitions defined in commerce_shipping.workflows.yml.

I've got that particular issue fixed and plan to submit a patch momentarily.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bmcclure created an issue. See original summary.

bmcclure’s picture

Status: Active » Needs review
FileSize
554 bytes

Here's the mentioned patch, it adds basic transitions similar to the "Fulfillment" workflow in Commerce and resolves the exception for me when editing an order type.

bmcclure’s picture

"Order" might not be the best terminology to use in the transitions--if these are in fact shipping transitions and not order transitions, the labels should probably be changed.

bojanz’s picture

Status: Needs review » Needs work

Yeah, we need different labels. Turns out that the workflow is not even specified for the state field, I need to fix that too.

  • bojanz committed 4c83696 on 8.x-2.x
    Issue #2841652 by bmcclure, bojanz: Workflow transitions need to be...
bojanz’s picture

Status: Needs work » Fixed

Okay, committed something that sounded okay. We can revisit in a followup.

Status: Fixed » Closed (fixed)

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