Wrong dependency on module views_bonus
sanduhrs - March 22, 2007 - 12:04
| Project: | Wiki installation profile |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (code needs review) |
Description
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
| Attachment | Size |
|---|---|
| drupal_wiki.profile-diff-2007-03-22-12-48-06.patch | 627 bytes |

#1
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
#2
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.