I'm trying to uncheck the "Show terms that don't have nodes if at least one child term has a node." option, but when I do, if I go back in to the configuration, it's checked again.
Some background that theoretically could be affecting things: The taxonomy was originally set up as hierarchical. Eventually, it will be again, but for the moment, it's changed to tags to make adding new terms and content at the same time easier. Before changing it, I manually un-hierarchicized all of my test terms. For some reason, in the block generated by this module, I'm getting Term (0) in the list for a term that formerly had children....
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomyblocks-674060-1.patch | 849 bytes | rstaylor |
Comments
Comment #1
rstaylor commentedSeeing the same problem with trying to uncheck "Show count of nodes belonging to children terms as well.".
From taxonomy_blocks_config_submit():
I think the variable doesn't get updated because unchecked checkboxes are effectively empty(). If I remove the empty checks it appears to work.
Comment #2
PixelClever commentedFixed in next release.