Problem/Motivation
I've been using Hierarchy Manager for a few years now in Drupal 8 and 9 with very few issues and relying on the CDN access is per the default behaviour.
But I've just added it to a fairly clean Drupal 10 site and I'm not seeing a tree on a single Taxonomy vocab to which I have applied it.
Step-by-Step
- Set up a hierarchical Taxonomy called
mathematics_syllabus - Populate the
mathematics_syllabustaxonomy with a tree - Install this module
- Configure a new (default) Display plugin as JSTree using
/admin/structure/hm_display_profile - Configure
mathematics_syllabustaxonomy to use the Display profile at/admin/config/user-interface/hierarchy_manager/config
Then on visiting the 'List' page for the mathematics_syllabus taxonomy and what I see is...

But the underlaying markup for what should be the tree is empty...

Or at least, the JS magic isn't kicking and rendering a tree inside the div class="hm-jstree"
Can anyone please help to me to see whether I have missed something obvious?
NOTE that inspection of the <head> shows that the JSTree assets appear to be being loaded as expected from the CDN
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| hmUISettingsUnderlayingMarkup.png | 51.72 KB | sirclickalot | |
| hmUISettings.png | 42.06 KB | sirclickalot |
Issue fork hierarchy_manager-3341369
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mingsongAny error in the Drupal log or the browser console?
Comment #3
sirclickalotAh yes, Console errors related to the .JS ...
Comment #4
mingsongAny error or warning in Drupal logs?
Comment #5
sirclickalotHi@Minsong
Absolutely nothing in the logs at all: No errors, no warnings.
Comment #6
mingsongReference:
https://www.drupal.org/node/3158256
Comment #9
mingsongComment #10
mingsongI believe this issue is fixed in 3.3.1.