Enable setting checkresponsible in the edit jobset form
[?]
Oct 7, 2013, 2:46 PM
RQI3GRC6NSTPQMBTTOM37ITBZQIROTIGAIPDCVZ672TSEJVECB2ACDependencies
- [2]
ZFEN2MAOSimplify jobset cloning - [3]
OX6NYJDVSplit viewing and editing a jobset - [4]
LZVO64YGMerge in the first bits of the API work - [5]
UMFB2767Hydra/64: Leaving number of builds empty gives DBIx error - [6]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [7]
ZCTQCN3EUse inputTypes from plugins to determine valid input types - [8]
TQVKZQUGUse the REST API in the web interface for editing jobsets - [9]
VJFLX7B6Fix rendering of jobset inputs - [10]
2G63HKCHFix some wellformedness issues - [*]
3HZY24CX* Make jobsets viewable under
Change contents
- replacement in src/lib/Hydra/Controller/Jobset.pm at line 232
my $input = $jobset->jobsetinputs->create({ name => $name, type => $type });my $input = $jobset->jobsetinputs->create({name => $name,type => $type,checkresponsible => $c->stash->{params}->{"input-$baseName-checkresponsible"}}); - edit in src/root/edit-jobset.tt at line 27
</td><td><input type="checkbox" id="[% baseName %]-checkresponsible" name="[% baseName %]-checkresponsible" [% if input.checkresponsible; 'checked="checked"'; END %]/> - replacement in src/root/edit-jobset.tt at line 37
<tr><th>Input name</th><th>Type</th><th>Values</th></tr><tr><th>Input name</th><th>Type</th><th>Values</th><th>Check for responsible commits?</tr> - replacement in src/root/edit-jobset.tt at line 44
<td colspan="3" style="text-align: center;"><button type="button" class="add-input btn btn-success"><i class="icon-plus icon-white"></i> Add a new input</button></td><td colspan="4" style="text-align: center;"><button type="button" class="add-input btn btn-success"><i class="icon-plus icon-white"></i> Add a new input</button></td> - edit in src/root/edit-jobset.tt at line 170
$("#input-template-checkresponsible", x).attr("name", newid + "-checkresponsible");