Closed (outdated)
Project:
Hierarchical Select
Version:
7.x-3.0-alpha5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Feb 2013 at 11:01 UTC
Updated:
12 Oct 2018 at 00:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jimmyko commentedThe patch is pretty simple. I just return a NULL value rather than an empty array at hs_taxonomy_field_formatter_view() when there is no taxonomy term data in field.
EDIT:
This fix is missing the most important thing - the variable! I am going to make a new one instead below.
Comment #2
jimmyko commentedThis is the corrected patch for 7.x-3.0-alpha5
Comment #3
goldIt's been a long time since this was reported and I am currently unable to replicate.