Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
11e3a70b
Commit
11e3a70b
authored
Jun 18, 2021
by
Gradl, Tobias
Browse files
433: 404 on linked hierarchy items with own id (OPENED) -> context path
Task-Url:
search#433
parent
51c56136
Changes
1
Hide whitespace changes
Inline
Side-by-side
item/hierarchyElement.jsp
View file @
11e3a70b
...
...
@@ -30,7 +30,7 @@
${hierarchyElementTitle}
</c:when>
<c:otherwise>
<a
href=
"/item/${type}/${hierarchyElement.id}/"
>
${hierarchyElementTitle}
</a>
<a
href=
'
<s:url
value=
"/item/${type}/${hierarchyElement.id}/"
/>
'
>
${hierarchyElementTitle}
</a>
</c:otherwise>
</c:choose>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment