Closed (fixed)
Project:
Taxonomy display
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Oct 2012 at 16:24 UTC
Updated:
23 Oct 2012 at 16:31 UTC
Jump to comment: Most recent file
The newly added #1410576: Features export requires the module to depend on CTools.
CTools should be added as a dependency and CTools' export.inc file must be included in taxonomy_display_save_taxonomy_display() to prevent errors.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_display-ctools-dependency-1807714-2.patch | 1.39 KB | codycraven |
Comments
Comment #1
codycraven commentedAs a note, this dependency would normally have prevented #1410576: Features export from being accepted, however CTools is in use by practically every site anyways, so I don't believe it is a deal breaker.
Comment #2
codycraven commentedAttached patch which has been committed and pushed to 7.x-1.x. If there are any issues please re-open the ticket.