IO-3020 IO-3036 Remove Audit and Lifecycle feature wraps.
This commit is contained in:
@@ -589,8 +589,8 @@ export const TemplateList = (type, context) => {
|
||||
subject: i18n.t("printcenter.jobs.job_lifecycle_ro"),
|
||||
key: "job_lifecycle_ro",
|
||||
disabled: false,
|
||||
group: "post",
|
||||
featureNameRestricted: "lifecycle"
|
||||
group: "post"
|
||||
//featureNameRestricted: "lifecycle"
|
||||
},
|
||||
job_tasks: {
|
||||
title: i18n.t("printcenter.jobs.job_tasks"),
|
||||
@@ -2136,8 +2136,8 @@ export const TemplateList = (type, context) => {
|
||||
object: i18n.t("reportcenter.labels.objects.jobs"),
|
||||
field: i18n.t("jobs.fields.date_invoiced")
|
||||
},
|
||||
group: "jobs",
|
||||
featureNameRestricted: "lifecycle"
|
||||
group: "jobs"
|
||||
//featureNameRestricted: "lifecycle"
|
||||
},
|
||||
job_lifecycle_date_summary: {
|
||||
title: i18n.t("reportcenter.templates.job_lifecycle_date_summary"),
|
||||
@@ -2149,8 +2149,8 @@ export const TemplateList = (type, context) => {
|
||||
object: i18n.t("reportcenter.labels.objects.jobs"),
|
||||
field: i18n.t("jobs.fields.date_invoiced")
|
||||
},
|
||||
group: "jobs",
|
||||
featureNameRestricted: "lifecycle"
|
||||
group: "jobs"
|
||||
//featureNameRestricted: "lifecycle"
|
||||
},
|
||||
tasks_date: {
|
||||
title: i18n.t("reportcenter.templates.tasks_date"),
|
||||
|
||||
Reference in New Issue
Block a user