Undefined property: $entityUuidMapper

Created on 14 April 2025, 5 days ago

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();
πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine AstonVictor

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024