Skip to content

Commit

Permalink
[JENKINS-72543] Fix permission check in script console view (jenkinsc…
Browse files Browse the repository at this point in the history
…i#8858)

Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
3 people committed Jan 13, 2024
1 parent faf22cd commit 48661db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/scriptConsole.jelly
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:f="/lib/form">
<l:layout permission="${h.ADMINISTER}" title="${%scriptConsole}">
<l:layout permission="${app.ADMINISTER}" title="${%scriptConsole}">
<st:include page="sidepanel.jelly" />

<l:breadcrumb title="${%scriptConsole}"/>
Expand Down

0 comments on commit 48661db

Please sign in to comment.