Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Fix wrongly checked options (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumelecerf authored and Argelbargel committed Jun 6, 2019
1 parent d2db940 commit 270128d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<f:optionalBlock title="Monitor &amp; Build Merge Requests from Forks" field="monitored" inline="true">
<f:nested>
<table>
<f:optionalBlock title="${%Build merged with base branch}" field="build"
checked="${descriptor.defaults.build}" inline="true">
<f:optionalBlock title="${%Build merged with base branch}" field="build" inline="true">
<f:entry title="${%Build only mergeable requests}" field="buildOnlyMergeableMerged">
<f:checkbox default="${descriptor.defaults.buildOnlyMergeableMerged}"/>
</f:entry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<f:optionalBlock title="${%Monitor &amp; Build Merge Requests from Origin}" field="monitored" inline="true">
<f:nested>
<table>
<f:optionalBlock title="${%Build merged with base branch}" field="build"
checked="${descriptor.defaults.build}" inline="true">
<f:optionalBlock title="${%Build merged with base branch}" field="build" inline="true">
<f:entry title="${%Build only mergeable requests}" field="buildOnlyMergeableMerged">
<f:checkbox default="${descriptor.defaults.buildOnlyMergeableMerged}"/>
</f:entry>
Expand Down

0 comments on commit 270128d

Please sign in to comment.