- πΊπΈUnited States troybthompson
Has anyone been able to get this to work in D10? I really miss this feature for my site with 1000+ terms.
- πΊπΈUnited States sidgrafix
@troybthompson
- I personally gave up on this feature from the patch provided and just wrote some simple jQuery as some Drupal.behaviors in a custom theme or module (can't remember which exactly at the moment) to build my own track list for use taking selected terms when editing or adding content that uses a specific term list plus a few extras specific to it's use case.
I'd be happy to share some code but it's tailored for the site it is used on (so you may have to translate some of the selectors to more generic element classes - output specifically by term reference tree should you want to use it on any term reference tree) if that makes sense...
It also doesn't rely on ajax to communicate back and forth from the term reference tree and the tracklist (but you have to save the content for any changes in the tracklist to stay - because it doesn't rely on ajax). Which based on what I remember ajax was a big part of the problem with the patch listed here for the feature. I figured someday I might be able to get around to modifying what I have and applying as an alternative patch here - but I just haven't had the time...and other than sharing what I put together, I still don't.
But if your interested let me know..
- πΊπΈUnited States troybthompson
Thank you for the detailed information. I don't think I'm technical enough to do that but I appreciate your response.
- π«π·France bachbach Le Havre
i was about to do it, #22 works for me, thanks!