As views_bonus is actually not a .module file, it's not possible to add a dependence on it.
Instead one should add dependencies on the available files.

As I'm not shure which of the views_bonus modules are really needed, the attached patch adds dependencies on all three views_bonus modules which do not depend on other modules to be installed.

Patch attached.
vg

Comments

sanduhrs’s picture

Title: Wrong dependency in module views_bonus » Wrong dependency on module views_bonus
StatusFileSize
new679 bytes

Just saw, that one of the defined views uses $view->page_type = 'bonus_grid';, which needs views_bonus_grid.module, which depends on panels.module.

Patch updated.
vg

rötzi’s picture

It depends on the 'views_bonus' version you use. If you use the 5.x-1.0 version the wiki profile works, with the dev version of views_bonus you need the changes.

I will add both versions, so if you have want to use the dev version you will need to uncomment a line in the installation profile.

Thanks for the report and patch.

jarodms’s picture

Status: Needs review » Closed (fixed)