Skip to content

Commit

Permalink
[JENKINS-61321] Merge pull request jenkinsci#4541 from daniel-beck/JE…
Browse files Browse the repository at this point in the history
…NKINS-61321

[JENKINS-61321] Fix permission check

(cherry picked from commit 692c684)
  • Loading branch information
timja authored and olivergondza committed May 5, 2020
1 parent 953d147 commit a11dd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/model/Job/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ THE SOFTWARE.
<l:layout norefresh="true" type="one-column" permission="${it.EXTENDED_READ}" title="${%Config(it.displayName)}">

<j:choose>
<j:when test="${app.hasPermission(it.CONFIGURE)}">
<j:when test="${it.hasPermission(it.CONFIGURE)}">
<j:set var="readOnlyMode" value="false" />
</j:when>
<j:otherwise>
Expand Down

0 comments on commit a11dd22

Please sign in to comment.