- 🇨🇦Canada fengtan Montreal, Canada
I ran into this as well and ran this script to set the missing labels:
$bundles = \Drupal::service('entity_type.bundle.info')->getBundleInfo('site_setting_entity'); foreach ($bundles as $bundle_machine_name => $bundle_value) { $this->database->update('site_setting_entity_field_data') ->fields(['name' => $bundle_value['label']]) ->condition('type', $bundle_machine_name) ->isNull('name') ->execute(); }
- Status changed to Closed: cannot reproduce
5 months ago 11:47am 24 July 2024