Skip to content

Commit 8277337

Browse files
LakshyaBaganimeetgoti07
authored andcommitted
Use display name in directory browser breadcrumbs (jenkinsci#25924)
* Update dir.jelly logic for navigation * Fix the navigation * Change as per requirement * Change jelly
1 parent 988d7b4 commit 8277337

File tree

1 file changed

+3
-1
lines changed
  • core/src/main/resources/hudson/model/DirectoryBrowserSupport

1 file changed

+3
-1
lines changed

core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir.jelly

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ THE SOFTWARE.
3434
<!-- parent path -->
3535
<div class="parentPath">
3636
<form>
37-
<a href="${topPath}">${it.owner.name}</a> /
37+
<a href="${topPath}">
38+
${it.owner.displayName}
39+
</a> /
3840
<j:forEach var="p" items="${parentPath}">
3941
<a href="${p.href}">${p.title}</a>
4042
/

0 commit comments

Comments
 (0)