Problem/Motivation
❯ composer why drupal/update_notifications_disable-update
drupal/upgrade_status 2.0.0-alpha1 requires drupal/update_notifications_disable-update (*)
Having update_notifications_disable module present in the filesystem, throws this on the status page:
Error: Call to undefined function _update_get_cache_multiple() in _upgrade_status_get_cached_available_releases() (line 172 of upgrade_status/upgrade_status.module).
Steps to reproduce
composer require drupal/upgrade_status:^2.0@alpha
Proposed resolution
Figure out where composer is getting drupal/update_notifications_disable
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
joelpittetFewf I found where this was coming from #3117533: Dependency on core update module pulls in update_notifications_disable-update module
Comment #3
joelpittetComment #5
gábor hojtsyHm, is
drupal:updatea thing that Drupal 7 already understands?Comment #6
gábor hojtsyOk so this format is supported from Drupal 7.40: https://www.drupal.org/docs/7/creating-custom-modules/writing-module-inf... - 2015 october. I think that is safe to assume.
Comment #7
gábor hojtsyComment #9
gábor hojtsyThanks, committed!
Comment #10
joelpittetUsing `
dev-2.x` is not installing that `update_notifications_disable`! Thanks @Gábor Hojtsy!Might be worth releasing an alpha2?
Comment #11
gábor hojtsyI was looking at all 7.x issues whether other things popped up about 7.x-2.x. #3305362: An AJAX HTTP error occurred. HTTP Result Code: 200 happened to one user but others did not reproduce it. So yeah I can make an alpha2 now, sure.
Comment #12
gábor hojtsyDone https://www.drupal.org/project/upgrade_status/releases/7.x-2.0-alpha2