Drupal 10.2 issues for Apigee custom entities - DeveloperAppFieldTest message was not found error message triggered, while creating select list field on Developer Apps & Team Apps
Steps to Reproduce
Steps to reproduce the behavior:
Go to 'Developer Apps/Team Apps manage fields page'.
Try to add select list field with proper field name
It will throw error of TypeError: Drupal\Core\Field\FieldTypePluginManager::createFieldItem(): Argument #1 ($items) must be of type Drupal\Core\Field\FieldItemListInterface, null given, called in /web/core/modules/field/src/Entity/FieldStorageConfig.php on line 701 in Drupal\Core\Field\FieldTypePluginManager->createFieldItem() (line 89 of /web/core/lib/Drupal/Core/Field/FieldTypePluginManager.php).
Actual Behavior
The website encountered an error - a message is shown with WSOD.
Description
Drupal 10.2 issues for Apigee custom entities - DeveloperAppFieldTest message was not found error message triggered, while creating select list field on Developer Apps & Team Apps
Steps to Reproduce
Steps to reproduce the behavior:
TypeError: Drupal\Core\Field\FieldTypePluginManager::createFieldItem(): Argument #1 ($items) must be of type Drupal\Core\Field\FieldItemListInterface, null given, called in /web/core/modules/field/src/Entity/FieldStorageConfig.php on line 701 in Drupal\Core\Field\FieldTypePluginManager->createFieldItem() (line 89 of /web/core/lib/Drupal/Core/Field/FieldTypePluginManager.php)
.Actual Behavior
The website encountered an error - a message is shown with WSOD.
Expected Behavior
Select list field should be created.
Version Info
Drupal 10.2, PHP 8.2 & above