Skip to content

Commit

Permalink
[JENKINS-71089] Fix hasHeader attribute for f:hetero-list (#7853)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Apr 19, 2023
1 parent 0d78920 commit 4c3fe67
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions core/src/main/resources/lib/form/hetero-list.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ THE SOFTWARE.
<j:set var="help" value="${descriptor.helpFile}" />

<div class="repeated-chunk__header">
<div class="${attrs.disableDragAndDrop or readOnlyMode ? '' : 'dd-handle'}"/>
<j:if test="${attrs.hasHeader}">
<div class="${attrs.disableDragAndDrop or readOnlyMode ? '' : 'dd-handle'}"/>

${descriptor.displayName}
${descriptor.displayName}

<f:helpLink url="${help}"/>
<f:helpLink url="${help}"/>
</j:if>

<j:if test="${!readOnlyMode}">
<f:repeatableDeleteButton value="${attrs.deleteCaption}" />
Expand Down

0 comments on commit 4c3fe67

Please sign in to comment.