Evercurrent sets a dependency on the Update module. But a `composer install` pulls in the update_notifications_disable-update module instead. If this module gets enabled, it overrides the core Update module and some functions that Evercurrent relies on in the Update module are no longer available. The patches that follow change the evercurrent.info file's dependency by specifying the core Update module.

Comments

micnap created an issue. See original summary.

micnap’s picture

Patch for D7

micnap’s picture

Patch for D8

  • generalredneck committed 9e62efc on 7.x-2.x authored by micnap
    Issue #3117533 by micnap: Dependency on core update module pulls in...
generalredneck’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new127.89 KB
new68.9 KB

Both changes do not change the functionality as it was intended. See attached:
D7 Screenshot
D8 Screenshot

  • generalredneck committed b76f5fa on 8.x-2.x authored by micnap
    Issue #3117533 by micnap: Dependency on core update module pulls in...
generalredneck’s picture

Status: Reviewed & tested by the community » Fixed
StatusFileSize
new281.56 KB
new176.56 KB

Successfully removed the dependency in composer as well. See below
D7 Composer Screenshot
D8 Composer Screenshot

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.