Skip to content

Commit

Permalink
Fix being able to POST configure node page (should fix some unit test…
Browse files Browse the repository at this point in the history
…s too)
  • Loading branch information
janfaracik committed Nov 16, 2021
1 parent e9d50f9 commit 5228845
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions core/src/main/resources/lib/form/section.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ THE SOFTWARE.

<st:adjunct includes="lib.form.section_" />

<div class="jenkins-section">
<j:if test="${attrs.title!=null}">
<div class="jenkins-section__title">
${title}
</div>
</j:if>
<d:invokeBody />
</div>
<f:rowSet name="${attrs.name}">
<div class="jenkins-section">
<j:if test="${attrs.title!=null}">
<div class="jenkins-section__title">
${title}
</div>
</j:if>
<d:invokeBody />
</div>
</f:rowSet>
</j:jelly>

0 comments on commit 5228845

Please sign in to comment.