There is a field handler defined in order_ui module, that is used in one of the view, shipped with commerce_product_key_ui. View is broken if we have order_id disabled, so this should be this module's dependency.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | commerce_product_key_ui_depends_on_order_ui_2.patch | 432 bytes | slashrsm |
| #1 | commerce_product_key_ui_depends_on_order_ui_1.patch | 423 bytes | slashrsm |
| commerce_product_key_ui_depends_on_order_ui.patch | 378 bytes | slashrsm |
Comments
Comment #1
slashrsm commentedIt looks like it should also depend on commerce_product_reference.
Comment #2
slashrsm commentedFixed patch.
Comment #3
slashrsm commentedComment #4
roam2345 commentedapplied patch
Comment #5
slashrsm commentedGreat! Thanks!