Enable setting emailresponsible in the edit jobset form

[?]
Oct 7, 2013, 2:25 PM
OGLMBJSCE2LO2QDB6H6Z6L5YIO354XVK5DYWC3R4UK6HCNIDSKLQC

Dependencies

  • [2] 2G63HKCH Fix some wellformedness issues
  • [*] 3HZY24CX * Make jobsets viewable under
  • [*] LZVO64YG Merge in the first bits of the API work
  • [*] OX6NYJDV Split viewing and editing a jobset

Change contents

  • edit in src/lib/Hydra/Controller/Jobset.pm at line 209
    [5.11911]
    [5.11911]
    , emailresponsible => defined $c->stash->{params}->{emailresponsible} ? 1 : 0
  • edit in src/root/edit-jobset.tt at line 114
    [2.2058]
    [6.3871]
    </label>
    </div>
    </div>
    <div class="control-group">
    <div class="controls">
    <label class="checkbox">
    <input type="checkbox" name="emailresponsible" [% IF jobset.emailresponsible; 'checked="checked"'; END %]/>Notify responsible committers when build status changes