apigee-edge-drupal
apigee-edge-drupal copied to clipboard
The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
## Description Undo the test case that was skipped in Drupal10. 1. https://github.com/apigee/apigee-edge-drupal/pull/871/files#diff-247441d690a1a06310cbd5ebf6360ee51bd7aec7eab4c981d248a8295331a374R45 2. https://github.com/apigee/apigee-edge-drupal/pull/871/files#diff-4997f727e5502c52acebe855e4077986d93bd4c87c9bc6cac065dc4c427e7741R71
## Is your feature request related to a problem? Please describe. The [current implementation](https://github.com/apigee/apigee-edge-drupal/blob/2.0.7/src/Form/AppApiKeyAddFormBase.php#L205-L216) of the "Add credential" feature (which was introduced in #446) picks the _last_ created _approved_ credentials...
## Is your feature request related to a problem? Please describe. It looks like Apigee Edge entities can be only used in tokens if `apigee_edge_actions` module is enabled. However, token...
## Is your feature request related to a problem? Please describe. Implement changes for AppGroup in `Apigee Edge Actions` module. As of now, this module is not compatible with AppGroup...
A new constraint for email is added to avoid camel-case & uppercase characters for registration form. Add a test case for it.
## Description This error on Drupal 10.2.5 PHP.8.3 `Deprecated function: Creation of dynamic property Drupal\apigee_edge\Entity\Developer::$original is deprecated in Drupal\Core\Entity\EntityStorageBase->doPreSave() (line 524 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).` ## Steps to Reproduce Steps to reproduce...
## 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 ##...
Fixes #1060
Fixes #1056
## Description We are having errors on test & lint 1) Drupal\Tests\apigee_edge_teams\Functional\AccessTest::testAccess Exception: Warning: Undefined array key "yvxou5ua" 2) Drupal\Tests\apigee_edge_teams\Functional\ApigeeX\AccessTest::testAccess Error: Call to undefined method Apigee\Edge\Api\ApigeeX\Entity\AppGroupApp::getCompanyName() 3) Drupal\Tests\apigee_edge_teams\Functional\ApigeeX\TeamMembershipManagerTest::testTeamMembershipManager Error: Call...