Closed (works as designed)
Project:
Flashcard
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2012 at 16:23 UTC
Updated:
23 Aug 2012 at 15:44 UTC
In flashcard_cycle.info I think the dependency (line 10) should be:
dependencies[] = jquery_plugin
rather than:
dependencies[] = libraries
i.e. the flashcard_cycle.info file should read:
name = Flashcard Cycle
core = 7.x
description = Uses the jQuery Cycle plugin to display Flashcards.configure = admin/config/flashcard/cycle
package = Flashcard
dependencies[] = flashcard
dependencies[] = jquery_plugin
I could not enable the flashcard_cycle module without making this change.
Comments
Comment #1
drupalshrek commentedMaking this change also seems to fix the http://drupal.org/node/1744528 issue.
Comment #2
drupalshrek commentedIn fact, it was correct, you need to install the http://drupal.org/project/libraries module to allow the Flashcard Cycle module to be enabled.