Problem/Motivation
Link generation on line 132 of tree.js does is hard coded to use '/' and produces in the wrong URL in some circumstances.
Proposed resolution
Replace with drupalSettings.path.baseUrl see system.module or Drupal.url() see drupal.js
Issue fork taxonomy_manager-3495013
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 #3
exiled_hammer commentedComment #4
exiled_hammer commentedComment #6
exiled_hammer commentedOpened an alternative MR using the JS URL function
Comment #7
exiled_hammer commentedComment #8
selvira commentedComment #9
selvira commentedSame issue, I tested the solution on #60 and it worked nicely. I am applying it.
Thank you and best regards.
Comment #10
selvira commentedComment #11
selvira commentedComment #15
vladimirausThank you. Committed. 🍻