Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Order
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2021 at 13:10 UTC
Updated:
15 Aug 2021 at 07:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
darrenwh commentedIt has a key
Comment #3
darrenwh commentedOops, setting back as active this field does not have an index
Comment #4
darrenwh commentedComment #6
darrenwh commentedNot sure the best way of doing this:
Will update the field, but will need to update the schema too.
Checking out the current branch seems to exclude the work from this ticket https://www.drupal.org/node/3183315
I have tried adding an extra field to the field_indexes list on the schema definition and rerunning the install on commerce_order_update_8210() and it does not seem to add the field?
Comment #7
jsacksick commentedThe attached patch should do the trick.
Comment #8
jsacksick commentedCommitted, thanks!