Skip to content

Commit 25b40a5

Browse files
authored
[JENKINS-76275] Restore file fingerprint and project relationship actions to views (#11275)
1 parent d6f1414 commit 25b40a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/hudson/model/View/sidepanel.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ THE SOFTWARE.
6060
<j:if test="${it.owner.canDelete(it)}">
6161
<l:delete permission="${it.DELETE}" title="${%Delete View}" message="${%delete.view(it.displayName)}"/>
6262
</j:if>
63-
<j:if test="${f.hasPemission(app.READ) and app.fingerprintMap.ready}">
63+
<j:if test="${h.hasPermission(app.READ) and app.fingerprintMap.ready}">
6464
<l:task href="${rootURL}/projectRelationship" icon="symbol-project-relationship" title="${%Project Relationship}"/>
6565
<l:task href="${rootURL}/fingerprintCheck" icon="icon-fingerprint icon-md" title="${%Check File Fingerprint}"/>
6666
</j:if>

0 commit comments

Comments
 (0)