apigee / apigee-devportal-kickstart-drupal

A fast demo and starting point for Apigee Developer Portals for Drupal
https://www.drupal.org/project/apigee_devportal_kickstart
GNU General Public License v2.0
26 stars 34 forks source link

Remove requirement for adminimal_admin_toolbar module. #668

Closed sleepingmonk closed 7 months ago

sleepingmonk commented 7 months ago

Is your feature request related to a problem? Please describe

The current release of adminimal_admin_toolbar is not compatible with D10. This package does not require the -dev version and so blocks a D10 upgrade. Support for the adminimal_admin_toolbar module is not great. I believe this adminimal_admin_toolbar is outdated given the current Drupal ecosystem. I don't believe the apigee-devportal-kickstart package should be opinionated about which toolbar we should be using.

I will require the dev version in my base composer.json as a work around, but it is just a work around, this module will not be enabled.

Describe the solution you'd like

https://github.com/apigee/apigee-devportal-kickstart-drupal/pull/666

Describe alternatives you've considered

I will require the dev version in my base composer.json as a work around, but it is just a work around, this module will not be enabled.