Skip to content

Commit

Permalink
Don't check read permission for sidebar link
Browse files Browse the repository at this point in the history
Theres no need, because the user wouldn't be viewing
the build page if they didn't have the required read permission.

Related: JENKINS-46540
  • Loading branch information
hughsaunders authored and bitwiseman committed Aug 27, 2020
1 parent b2dcc37 commit 070eee7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -5,6 +5,5 @@
</j:if>
<l:task icon="${h.getIconFilePath(action)}" title="${action.displayName}"
href="${rootURL}/${action.urlName}"
permission="${app.READ}"
/>
</j:jelly>

0 comments on commit 070eee7

Please sign in to comment.