Closed (fixed)
Project:
Commerce Core
Version:
3.0.x-dev
Component:
Product
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2024 at 11:56 UTC
Updated:
26 Aug 2024 at 10:29 UTC
Jump to comment: Most recent
Since #3089040: Single product with multiple variation types, we now support specifying multiple variation types per product type. The legacy variationType setting is still present in the Commerce 3 codebase, I'm thinking it's time to remove it... Just wondering what would happen if we simply get rid of it? Did we provide an update hook to migrate to the variationTypes setting?
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
Comment #2
jsacksick commentedLooks like we never provided an update hook, so we probably need to do that as part of this issue, to make sure installs relying on the previous setting don't break.
Comment #6
jsacksick commentedThank you! Committed.