Currently, the module information returned by acquia_spi is by individual module instead of by project, and does not include the short project name used in urls on drupal.org. This short name is required for looking up available versions to compare against installed versions.

CommentFileSizeAuthor
#1 acquia_connector-828354.patch830 bytesygray

Comments

ygray’s picture

StatusFileSize
new830 bytes

A quick fix is to just add this info to the data collected in acquia_spi_get_modules() (see attached patch). However, it may make sense to restructure the way this data is collected to be project-centric instead of module-centric, possibly using update_get_projects() in place of module_rebuild_cache().

pwolanin’s picture

Status: Active » Needs review
pwolanin’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

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