IO-1802 Add Lag Time RO to print center.
This commit is contained in:
@@ -34925,6 +34925,27 @@
|
|||||||
</concept_node>
|
</concept_node>
|
||||||
</children>
|
</children>
|
||||||
</folder_node>
|
</folder_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>lag_time_ro</name>
|
||||||
|
<definition_loaded>false</definition_loaded>
|
||||||
|
<description></description>
|
||||||
|
<comment></comment>
|
||||||
|
<default_text></default_text>
|
||||||
|
<translations>
|
||||||
|
<translation>
|
||||||
|
<language>en-US</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>es-MX</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>fr-CA</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
</translations>
|
||||||
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>mechanical_authorization</name>
|
<name>mechanical_authorization</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
|
|||||||
@@ -2078,6 +2078,7 @@
|
|||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"position": "Starting Position"
|
"position": "Starting Position"
|
||||||
},
|
},
|
||||||
|
"lag_time_ro": "Lag Time",
|
||||||
"mechanical_authorization": "Mechanical Authorization",
|
"mechanical_authorization": "Mechanical Authorization",
|
||||||
"mpi_animal_checklist": "MPI - Animal Checklist",
|
"mpi_animal_checklist": "MPI - Animal Checklist",
|
||||||
"mpi_eglass_auth": "MPI - eGlass Auth",
|
"mpi_eglass_auth": "MPI - eGlass Auth",
|
||||||
|
|||||||
@@ -2078,6 +2078,7 @@
|
|||||||
"labels": "",
|
"labels": "",
|
||||||
"position": ""
|
"position": ""
|
||||||
},
|
},
|
||||||
|
"lag_time_ro": "",
|
||||||
"mechanical_authorization": "",
|
"mechanical_authorization": "",
|
||||||
"mpi_animal_checklist": "",
|
"mpi_animal_checklist": "",
|
||||||
"mpi_eglass_auth": "",
|
"mpi_eglass_auth": "",
|
||||||
|
|||||||
@@ -2078,6 +2078,7 @@
|
|||||||
"labels": "",
|
"labels": "",
|
||||||
"position": ""
|
"position": ""
|
||||||
},
|
},
|
||||||
|
"lag_time_ro": "",
|
||||||
"mechanical_authorization": "",
|
"mechanical_authorization": "",
|
||||||
"mpi_animal_checklist": "",
|
"mpi_animal_checklist": "",
|
||||||
"mpi_eglass_auth": "",
|
"mpi_eglass_auth": "",
|
||||||
|
|||||||
@@ -464,6 +464,14 @@ export const TemplateList = (type, context) => {
|
|||||||
disabled: false,
|
disabled: false,
|
||||||
group: "post",
|
group: "post",
|
||||||
},
|
},
|
||||||
|
lag_time_ro: {
|
||||||
|
title: i18n.t("printcenter.jobs.lag_time_ro"),
|
||||||
|
description: "CASL Authorization",
|
||||||
|
subject: i18n.t("printcenter.jobs.lag_time_ro"),
|
||||||
|
key: "lag_time_ro",
|
||||||
|
disabled: false,
|
||||||
|
group: "ro",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
: {}),
|
: {}),
|
||||||
...(!type || type === "job_special"
|
...(!type || type === "job_special"
|
||||||
|
|||||||
Reference in New Issue
Block a user