Skip to content

Commit

Permalink
Merge pull request #17 from jenkinsci/jenkins-35490
Browse files Browse the repository at this point in the history
[FIXED JENKINS-35490] Ensure the expressionAllowed variable is captured for the hetero-add
  • Loading branch information
stephenc committed Jun 10, 2016
2 parents dfe5288 + 5e2f3a8 commit 3262d16
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 3262d16

Please sign in to comment.