commerce_shipping-8.x-2.0-rc2/commerce_shipping.workflows.yml

commerce_shipping.workflows.yml
shipment_default:
  id: shipment_default
  group: commerce_shipment
  label: 'Default'
  states:
    draft:
      label: 'Draft'
    ready:
      label: 'Ready'
    shipped:
      label: 'Shipped'
    canceled:
      label: 'Canceled'
  transitions:
    finalize:
      label: 'Finalize shipment'
      from: [draft]
      to:   ready
    ship:
      label: 'Send shipment'
      from: [ready]
      to: shipped
    cancel:
      label: 'Cancel shipment'
      from: [draft, ready]
      to:   canceled

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc