Postponed
Project:
Commerce Shipping
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2025 at 14:46 UTC
Updated:
31 Dec 2025 at 06:33 UTC
Jump to comment: Most recent
Currently, we have an order subscriber automatically applying shipment transitions, and we have this comment:
// @todo Remove onValidate/onFulfill once there is a Shipments admin UI.
'commerce_order.validate.post_transition' => ['onValidate'],
'commerce_order.fulfill.post_transition' => ['onFulfill'],
It might make sense to remove this logic, especially if we implement the change from #3179317: Disable validation for missing 'finalize' and 'cancel' transitions.
Comments
Comment #2
jsacksick commentedProbably not critical for now, postponing.