Problem/Motivation
The content type "Vocabulary terms" in vocabulary context has no output.
This is caused by two issues in ctools_vocabulary_terms_content_type_render:
taxonomy_get_tree()- function signature has changed.theme_item_list()-$variablesstructure has changed.
Proposed resolution
Make code compatible to D7 - see attached patch.
Remaining tasks
Review patch in #1 .
User interface changes
none.
API changes
none.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ctools-content-types-vocabulary-terms-in-vocabulary-context-broken-1351892-1.patch | 1.55 KB | das-peter |
Comments
Comment #1
das-peter commented*erm* - where the heck is the patch :)
Comment #2
merlinofchaos commentedIt seems 2 of the 3 changes have already been committed via other patches, but the change to taxonomy_get_tree() has not. Committed the fix.
Comment #3.0
(not verified) commentedUpdated issue summary.