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.
2 parents 6b0ae75 + b8006c5 commit f332d7bCopy full SHA for f332d7b
core/src/main/resources/hudson/model/View/sidepanel.jelly
@@ -56,7 +56,7 @@ THE SOFTWARE.
56
<j:if test="${it.owner.canDelete(it)}">
57
<l:delete permission="${it.DELETE}" title="${%Delete View}" message="${%delete.view(it.displayName)}"/>
58
</j:if>
59
- <j:if test="${f.hasPemission(app.READ) and app.fingerprintMap.ready}">
+ <j:if test="${h.hasPermission(app.READ) and app.fingerprintMap.ready}">
60
<l:task href="${rootURL}/projectRelationship" icon="symbol-project-relationship" title="${%Project Relationship}"/>
61
<l:task href="${rootURL}/fingerprintCheck" icon="icon-fingerprint icon-md" title="${%Check File Fingerprint}"/>
62
0 commit comments