Make cloning of jobsets work again.
[?]
Jul 14, 2015, 7:39 AM
DGHAIZTOPYJCEG7MRADPTCNX2NPS75IWGWHSPHCWAW4BYATCPH2QCDependencies
- [2]
77BG3TYKUse c.req.captures - [3]
UQA4FMUAAllow a jobset to be created from an evaluation - [4]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [5]
TQVKZQUGUse the REST API in the web interface for editing jobsets - [6]
4NTIBJ74Implement DELETE for jobsets and use it in the web interface - [7]
GEADFVZ5hydra-queue-runner: Improved scheduling - [8]
ZFEN2MAOSimplify jobset cloning - [9]
OX6NYJDVSplit viewing and editing a jobset - [*]
3HZY24CX* Make jobsets viewable under
Change contents
- replacement in src/lib/Hydra/Controller/Jobset.pm at line 165
$c->stash->{edit} = 1;$c->stash->{edit} = !defined $c->stash->{params}->{cloneJobset}; - replacement in src/root/jobset.tt at line 54
[% INCLUDE menuItem title="Clone this jobset" uri=c.uri_for(c.controller('Jobset').action_for('edit'), c.req.captures, { clone => 1 }) %][% INCLUDE menuItem title="Clone this jobset" uri=c.uri_for(c.controller('Jobset').action_for('edit'), c.req.captures, { cloneJobset => 1 }) %]