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.
Fixes #1051 Before merging 1050 PR, we need to merge this to avoid the errors in test cases.
Fixes #730 For Hybrid instance (Org type = ApigeeX), add field validation for user email field on all operations. Validation will be to check the string is in lowercase. Should...
## Description Code lint errors are detected post new version update of PHPCS. Affected files are as follows src/CliService.php src/CliServiceInterface.php src/Command/Util/ApigeeEdgeManagementCliService.php src/Command/Util/ApigeeEdgeManagementCliServiceInterface.php src/Commands/ApigeeEdgeCommands.php
Closes #730 As ApigeeX Org is not accepting capitalized email address, we are forcing lowercase email addresses for Apigee-X Org to prevent error.
## Description Our organization is using SSO to log users into the developer portal. This creates a user in Drupal, and our identity provider is sending over the users email...
Closes #949 TODOs - [ ] Extend test coverage in https://github.com/apigee/apigee-edge-drupal/blob/3.x/tests/src/Unit/ConditionTest.php (#helpWanted)
## Description When modifying a user profile in any way we are getting Uncaught PHP Exception TypeError: "Drupal\apigee_edge\Entity\Developer::getCacheMaxAge(): Return value must be of type int, null returned" at /var/www2/devportalsandbox/web/modules/contrib/apigee_edge/src/Entity/Developer.php line...
## Description Team administrators are allowed by default to invite other users to their teams. However, they do not see the roles of those who have been invited but haven't...
Closes #983 Added check for field_ui module enabled durning getting field prefix