We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The jstreebuilder hardcodes the reference to the object's URL when building the tree:
islandora_solution_pack_manuscript/includes/jstreebuilder.inc
Line 224 in c0fee29
But this block will be rendered on the page displaying that object, and the page could be arbitrarily aliased.
If aliased, these links will redirect to the /islandora/object/path unnecessarily, rather than creating a self-referential anchor, as intended.
/islandora/object/path
The text was updated successfully, but these errors were encountered:
discoverygarden#84: use menu path in jstreebuilder
588acb5
Successfully merging a pull request may close this issue.
The jstreebuilder hardcodes the reference to the object's URL when building the tree:
islandora_solution_pack_manuscript/includes/jstreebuilder.inc
Line 224 in c0fee29
But this block will be rendered on the page displaying that object, and the page could be arbitrarily aliased.
If aliased, these links will redirect to the
/islandora/object/path
unnecessarily, rather than creating a self-referential anchor, as intended.The text was updated successfully, but these errors were encountered: