Skip to content

Commit

Permalink
[FIXED JENKINS-35490] Ensure the expressionAllowed variable is captur…
Browse files Browse the repository at this point in the history
…ed for the hetero-add
  • Loading branch information
stephenc committed Jun 9, 2016
1 parent a2bf336 commit 5e2f3a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<j:set var="expressionAllowed" value="true"/>
<f:section title="Bindings">
<f:block>
<f:repeatableHeteroProperty field="bindings" hasHeader="true"/>
<f:repeatableHeteroProperty field="bindings" hasHeader="true" capture="expressionAllowed"/>
</f:block>
</f:section>
</j:jelly>

0 comments on commit 5e2f3a8

Please sign in to comment.