IO-1379 Updated CSI key for actions menu
This commit is contained in:
@@ -104,7 +104,7 @@ export function JobsDetailHeaderCsi({
|
|||||||
replyTo: bodyshop.email,
|
replyTo: bodyshop.email,
|
||||||
},
|
},
|
||||||
template: {
|
template: {
|
||||||
name: TemplateList("job").csi_invitation.key,
|
name: TemplateList("job_special").csi_invitation_action.key,
|
||||||
variables: {
|
variables: {
|
||||||
id: result.data.insert_csi.returning[0].id,
|
id: result.data.insert_csi.returning[0].id,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -370,6 +370,13 @@ export const TemplateList = (type, context) => {
|
|||||||
key: "special_thirdpartypayer",
|
key: "special_thirdpartypayer",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
},
|
},
|
||||||
|
csi_invitation_action: {
|
||||||
|
title: i18n.t("printcenter.jobs.csi_invitation_action"),
|
||||||
|
description: "CSI invite",
|
||||||
|
key: "csi_invitation_action",
|
||||||
|
subject: i18n.t("printcenter.jobs.csi_invitation_action"),
|
||||||
|
disabled: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
: {}),
|
: {}),
|
||||||
...(!type || type === "appointment"
|
...(!type || type === "appointment"
|
||||||
|
|||||||
Reference in New Issue
Block a user