Problem/Motivation

Commerce Kickstart help call for teaser function which is part of commerce kickstart service providers module therefore a dependency should be added.

Proposed resolution

Add it's dependencies to
modules/commerce_kickstart/commerce_kickstart_help/commerce_kickstart_help.info

name = Commerce Kickstart help
description = Provides in-distribution help for Commerce Kickstart.
core = 7.x
package = Commerce Kickstart
dependencies[] = advanced_help
dependencies[] = commerce_kickstart_service_provider

Remaining tasks

Note that I've added the package info to the above as it should have.

Comments

naga909’s picture

Required modules Required modules not found.
The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as sites/all/modules. Missing modules: Commerce_kickstart_inline_help, Commerce_kickstart_service_provider

bojanz’s picture

commerce_kickstart_inline_help is in profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_help/commerce_kickstart_inline_help
commerce_kickstart_service_provider is in profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_service_provider.

The only way you could be missing them is if you tried to move the folders around (which you should never do).

Further more, you're posting in an unrelated issue. #1801306: Missing modules might be a better match.

bojanz’s picture

Status: Needs review » Fixed

I just checked, this dependency was already added.

Status: Fixed » Closed (fixed)

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