We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f1414 commit 25b40a5Copy full SHA for 25b40a5
core/src/main/resources/hudson/model/View/sidepanel.jelly
@@ -60,7 +60,7 @@ THE SOFTWARE.
60
<j:if test="${it.owner.canDelete(it)}">
61
<l:delete permission="${it.DELETE}" title="${%Delete View}" message="${%delete.view(it.displayName)}"/>
62
</j:if>
63
- <j:if test="${f.hasPemission(app.READ) and app.fingerprintMap.ready}">
+ <j:if test="${h.hasPermission(app.READ) and app.fingerprintMap.ready}">
64
<l:task href="${rootURL}/projectRelationship" icon="symbol-project-relationship" title="${%Project Relationship}"/>
65
<l:task href="${rootURL}/fingerprintCheck" icon="icon-fingerprint icon-md" title="${%Check File Fingerprint}"/>
66
0 commit comments