Merge branch 'master' into 40_45_82_update_roles

This commit is contained in:
Christoph Kluge
2023-02-22 09:28:41 +01:00
7 changed files with 109 additions and 82 deletions

View File

@@ -915,7 +915,7 @@ func (r *JobRepository) JobsStatistics(ctx context.Context,
}
if col == "job.user" {
for id, _ := range stats {
for id := range stats {
emptyDash := "-"
name, _ := r.FindNameByUser(ctx, id)
if name != "" {