Closed (fixed)
Project:
Taxonomy Term Reference Tree Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2013 at 20:03 UTC
Updated:
27 May 2019 at 14:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kpaxman commentedAttached is a patch which hides any taxonomy terms which no longer exist, and sorts the terms by the current weight before they are displayed, which resolves my above issues.
Comment #2
kpaxman commentedUpon review, my patch doesn't solve ALL potential issues...if the only taxonomy term attached to the content was deleted, the label still appears.
For now, I am leaving as is, and running Taxonomy Orphanage to clean up the taxonomies whenever cron runs. (My patch is still useful...it fixes most of the issues until cron runs.)
Comment #3
liam morlandReroll.
Comment #4
pifagor commentedCoddings standarts
// Do not output terms that do not exist.// Using output fragments with weights as the array key should force this into current sort order once we sort the arrayComment #5
pifagor commentedComment #6
pifagor commentedComment #7
alex_optimComment #9
alex_optimComment #10
alex_optimComment #11
alex_optim