Can anyone else confirm this? It seems to be removing terms from nodes that are unpublished.
- Jayson
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | delete_orphaned_terms.module.patch | 1.63 KB | quotesbro |
Can anyone else confirm this? It seems to be removing terms from nodes that are unpublished.
- Jayson
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | delete_orphaned_terms.module.patch | 1.63 KB | quotesbro |
Comments
Comment #1
quotesbro commentedI definitely can confirm this. It is caused by using Drupal function taxonomy_term_count_nodes(), which counts only published nodes.
We should use our own function to count any nodes, regardless of their status.
Comment #2
quotesbro commentedAttaching patch against 6.x-2.x-dev
Comment #3
quotesbro commentedComment #4
quotesbro commented