- Issue created by @AstonVictor
-
astonvictor β
committed 6ce651df on 3.x
Issue #3518998 - Fix error
-
astonvictor β
committed 6ce651df on 3.x
I have an error when running database updates.
I think it's related to incorrect code in the commerce_webform_order_post_update_1()
function.
I guess
$uuid_mapper = \Drupal::service('commerce.entity_uuid_mapper');
$uuids = $uuid_mapper->entityUuidMapper->mapFromIds();
should be replaced with
$uuid_mapper = \Drupal::service('commerce.entity_uuid_mapper');
$uuids = $uuid_mapper->mapFromIds();
Active
3.0
Code
Issue #3518998 - Fix error