IO-2096 Fix grouping for CT report.

This commit is contained in:
Patrick Fic
2022-11-08 10:35:26 -08:00
parent 8d84ed8e00
commit 3fa38822f3

View File

@@ -1692,7 +1692,7 @@ export const TemplateList = (type, context) => {
object: i18n.t("reportcenter.labels.objects.jobs"), object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.actual_completion"), field: i18n.t("jobs.fields.actual_completion"),
}, },
group: "job", group: "jobs",
}, },
} }
: {}), : {}),