Problem/Motivation

Announcements module info file is missing the version property. Therefore Drupal does not have correct info about the module version on install. Update manager module takes the Drupal core version from the first enabled module, which is (in case we will enable the Announcements module) this module. But with the missing version, update manager thinks that there is an update to the core, as no version is supplied.

Because of this, the tests are failing the installation phase - Drupal is trying to send new email about the update of the core, see: https://git.drupalcode.org/project/drupal/-/jobs/988469

Steps to reproduce

See: https://git.drupalcode.org/project/drupal/-/jobs/988469

Proposed resolution

Add missing property.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Issue fork drupal-3425698

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

poker10 created an issue. See original summary.

poker10’s picture

Status: Active » Needs review

Created a MR with the proposed fix.

  • mcdruid committed 9864af28 on 7.x
    Issue #3425698 by poker10: Announcements module info file is missing the...
mcdruid’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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