Closed (fixed)
Project:
Workbench Moderation
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2013 at 20:49 UTC
Updated:
4 Dec 2016 at 20:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hefox commentedwhen adding depedency add as [modulename] = [modulename]
That is how features core does it and should prevent any duplicate dependencies
Not sure if features has fixed this bug yet (done an array_unique on dependencies).
Comment #2
danepowell commentedI agree, the dependency key should always match the dependent module's name, NOT the component name.
Comment #3
martichka5 commentedHello,
I have encountered the same issue. I can confirm this changes resolve the problem.
In our current project we are using Drupal 7.39 and Workbench Moderation 7.x-1.4 versions. So, I attached the patch but made for 7.x-1.4 version of the module.
Comment #4
alansaviolobo commentedTested the patch. it works.
Comment #6
das-peter commentedCommitted and pushed to the 3.x branch