Problem/Motivation

The version key is present in the acquia_connector.info.yml file. See below for the current version of the yml file:

name: Acquia connector
type: module
description: 'Allows Drupal to securely communicate with the Acquia Subscription, and checks for updates to Acquia Drupal.'
package: Acquia
core: 8.x
configure: acquia_connector.settings
version: VERSION

The problem is the version: VERSION line. It is making the module appear as unsupported on /admin/reports/updates. Example:

This applies to both 8.x-1.0 and 8.x-1.1

Proposed resolution

Remove this line so that the version set won't be the current version of Drupal core being used. That will make the module status page display the correct version of the module installed. Example:

Comments

mirie created an issue. See original summary.

mirie’s picture

Issue summary: View changes
stanislav mixnovich’s picture

Assigned: Unassigned » stanislav mixnovich
mirie’s picture

Added patch that removes this line.

stanislav mixnovich’s picture

Status: Active » Reviewed & tested by the community

stanislav mixnovich’s picture

Status: Reviewed & tested by the community » Closed (fixed)