apigee / apigee-edge-drupal

The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
https://www.drupal.org/project/apigee_edge
GNU General Public License v2.0
32 stars 45 forks source link

Error while creating select list field on Developer Apps & Team Apps in D10 #1075

Closed shishir-intelli closed 3 months ago

shishir-intelli commented 3 months ago

Description

Error while creating field: TypeError: Drupal\Core\Field\FieldTypePluginManager::createFieldItem(): Argument #1 ($items) must be of type Drupal\Core\Field\FieldItemListInterface, string given, called in /Users/shishirsuvarna/Sites/localhost/Drupal10-aug2024/web/core/modules/field/src/Entity/FieldStorageConfig.php on line 701 in Drupal\Core\Field\FieldTypePluginManager->createFieldItem() (line 98 of /Users/shishirsuvarna/Sites/localhost/Drupal10-aug2024/web/core/lib/Drupal/Core/Field/FieldTypePluginManager.php).

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to 'Developer Apps/Team Apps manage fields page'.
  2. Try to add select list field with proper field name
  3. Shows The website encountered an unexpected error. Try again later.

Version Info

Drupal 10.2 Original issue : https://github.com/apigee/apigee-edge-drupal/issues/1057 and https://github.com/apigee/apigee-edge-drupal/pull/1058 which only resolves the unittest