Active
Project:
Drupal core
Version:
main
Component:
telephone.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2026 at 12:01 UTC
Updated:
24 Jun 2026 at 18:21 UTC
Jump to comment: Most recent
Manually test the upgrade path from Telephone in core in current development branch to contrib in next major development branch works correctly..
composer create-project drupal/recommended-project:x.y.* drupal-telephonecd [drupal-telephonecp web/sites/example.settings.local.php web/sites/default/settings.local.phpcomposer require drush/drushvendor/bin/drush si demo_umamiweb/sites/default/settings.phpvendor/bin/drush en -y telephonedrush updb about the missing core module.composer require drupal/telephone
vendor/bin/drush crcomposer config minimum-stability dev
composer require drupal/core-composer-scaffold:dev-main drupal/core-project-message:dev-main drupal/core-recommended:dev-main drush/drush -Wupdate.php for the local test sitevendor/bin/drush updb
vendor/bin/drush cradmin/reports/status
Comments
Comment #2
smustgrave commentedShould be able to be worked on now.