Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4956 from rundeck/fix/run-job-no-options-regression
Fix: run job with no options causes error
  • Loading branch information
gschueler committed Jun 14, 2019
2 parents 16d1f6d + 1cd6932 commit 5a0664e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,6 @@

<g:set var="rkey" value="${g.rkey()}"/>

<input type="hidden" name="id" value="${enc(attr:scheduledExecution?.extid)}"/>
<div class="note error" style="display: none" id="editerror">

</div>
Expand Down
Expand Up @@ -18,6 +18,7 @@

<g:uploadForm controller="scheduledExecution" method="post" useToken="true"
params="[project: scheduledExecution.project]" role="form" >
<input type="hidden" name="id" value="${enc(attr:scheduledExecution?.extid)}"/>
<div id="exec_options_form">
<!-- BEGIN: firefox hack https://bugzilla.mozilla.org/show_bug.cgi?id=1119063 -->
<input type="text" style="display:none" class="ixnay">
Expand Down

0 comments on commit 5a0664e

Please sign in to comment.