Split viewing and editing a jobset

This commit is contained in:
Eelco Dolstra
2013-02-21 02:33:57 +01:00
parent 9c7b416f8b
commit 547e41263d
6 changed files with 277 additions and 239 deletions

View File

@ -110,7 +110,7 @@ sub create_jobset : Chained('project') PathPart('create-jobset') Args(0) {
requireProjectOwner($c, $c->stash->{project});
$c->stash->{template} = 'jobset.tt';
$c->stash->{template} = 'edit-jobset.tt';
$c->stash->{create} = 1;
$c->stash->{edit} = 1;
}