Fix jobset update

[?]
Jul 5, 2013, 6:44 PM
ORIQGBTPKZBVXKNIDWYLYTO7N4GYTQ7JSHRV4RHRGXDKNHUQT7EQC

Dependencies

  • [2] LZVO64YG Merge in the first bits of the API work
  • [3] OOQ2D3KC * Refactoring: move fetchInput out of hydra_scheduler into a separate
  • [4] HQGXL4MX Add validation for project and jobset names
  • [5] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [*] 3HZY24CX * Make jobsets viewable under

Change contents

  • replacement in src/lib/Hydra/Controller/Jobset.pm at line 287
    [3.1514][2.11558:11621]()
    my $jobsetName = $c->stash->{jobsetName} or $jobset->name;
    [3.1514]
    [3.0]
    my $jobsetName = $c->stash->{jobsetName} // $jobset->name;