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.
## Is your feature request related to a problem? Please describe. Yes. Currently, the \Drupal\apigee_edge\Form\DeveloperAttributesSettingsForm class injects the concrete class \Drupal\apigee_edge\FieldAttributeConverter in its constructor. Since FieldAttributeConverter is declared final, it...
Fixes #1198
## Description After upgrading to PHP 8.3, we encountered the following error during the process of saving the App Product status: Deprecated function: Creation of dynamic property Drupal\apigee_edge\Entity\DeveloperApp::$original is deprecated...
## Description After i installed apigee kickstart with composer and try to access configuration pages as admin user throw this exception. ## Apigee Info "apigee/apigee_devportal_kickstart": "^3", "drupal/core-composer-scaffold": "^10", "drupal/core-project-message": "^10",...
## Description Delete button needs to be hide in /web/modules/contrib/apigee_edge/src/Entity/Form/DeveloperAppEditFormForDeveloper.php Cancel button needs to be removed in /web/modules/contrib/apigee_edge/modules/apigee_edge_teams/src/Entity/Form/TeamAppEditForm.php Hi, I generated two patches which suppose to fix these button issues....
Fixes #1163
## Is your feature request related to a problem? Please describe. Drupal 10.5.x will receive security support until June 2026. Drupal 10.4.x will continue to receive security support until December...
## Description More than one of our customers reported that loading some team-related pages takes ages (5+ seconds, sometimes over a minute which causes PHP timeouts). Those customers are common...
## Description When you edit an app via the App Edit Form, scopes that are existing on the record are cleared out, instead of being saved along with the rest...
Fixes #1174 Fixes scope updating issue while adding ApiAproduct in teams apps. This happens only in ApigeeX org.