πŸ‡ΊπŸ‡ΈUnited States @yojohnyo

Account created on 1 May 2013, over 11 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States yojohnyo

I will be taking a look at this.

πŸ‡ΊπŸ‡ΈUnited States yojohnyo

We are using the charts blocks module with a variety of chart types that are being placed via layout builder.

πŸ‡ΊπŸ‡ΈUnited States yojohnyo

It didn't work to delete the group_content_field_data. I was able to uninstall the patch with code like this:

$entity_id_definition = \Drupal\Core\Field\BaseFieldDefinition::create('entity_reference')
        ->setLabel(t('Content'))
        ->setDescription(t('The entity to add to the group.'))
        ->setDisplayOptions('form', [
          'type' => 'entity_reference_autocomplete',
          'weight' => 5,
          'settings' => [
            'match_operator' => 'CONTAINS',
            'size' => '60',
            'placeholder' => '',
          ],
        ])
        ->setDisplayConfigurable('view', TRUE)
        ->setDisplayConfigurable('form', TRUE)
        ->setRequired(TRUE);
πŸ‡ΊπŸ‡ΈUnited States yojohnyo

I'm having the same issue as #286 ✨ Entities identified by strings as group content Closed: won't fix . Has anyone found a solution for this?

Production build 0.71.5 2024