Merge pull request #1263 from Ma27/fix-my-jobs-tab

Fix "My Jobs" tab in user dashboard
This commit is contained in:
Graham Christensen
2022-12-05 01:55:49 +01:00
committed by GitHub
3 changed files with 33 additions and 1 deletions

View File

@ -463,7 +463,7 @@ sub my_jobs_tab :Chained('dashboard_base') :PathPart('my-jobs-tab') :Args(0) {
, "jobset.enabled" => 1
},
{ order_by => ["project", "jobset", "job"]
, join => ["project", "jobset"]
, join => {"jobset" => "project"}
})];
}