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 Container List block draws the text() directly from unittitle:
text()
unittitle
islandora_solution_pack_manuscript/includes/jstreebuilder.inc
Lines 87 to 88 in c0fee29
but, unittitle may contain all text in its children. E.g.:
<did> <unittitle> <title render="italic">My Publication Name</title> </unittitle> <unitid>12.</unitid> </did>
A quick fix is to pull text nodes from descendant-or-self.
descendant-or-self
The text was updated successfully, but these errors were encountered:
discoverygarden#80: fix container list block when unititle has descen…
b374622
…dants
discoverygarden#80: fix container list block when unititle has decend…
a92a2e2
…ents or braces
Successfully merging a pull request may close this issue.
The Container List block draws the
text()
directly fromunittitle
:islandora_solution_pack_manuscript/includes/jstreebuilder.inc
Lines 87 to 88 in c0fee29
but,
unittitle
may contain all text in its children. E.g.:A quick fix is to pull text nodes from
descendant-or-self
.The text was updated successfully, but these errors were encountered: