Added duplication confirmation IO-614
This commit is contained in:
@@ -19068,6 +19068,27 @@
|
||||
</translation>
|
||||
</translations>
|
||||
</concept_node>
|
||||
<concept_node>
|
||||
<name>duplicated</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>
|
||||
<name>exported</name>
|
||||
<definition_loaded>false</definition_loaded>
|
||||
|
||||
@@ -159,6 +159,9 @@ export function JobsDetailHeaderActions({
|
||||
{ defaultOpenStatus: bodyshop.md_ro_statuses.default_imported },
|
||||
(newJobId) => {
|
||||
history.push(`/manage/jobs/${newJobId}`);
|
||||
notification["success"]({
|
||||
message: t("jobs.successes.duplicated"),
|
||||
});
|
||||
},
|
||||
true
|
||||
)
|
||||
|
||||
@@ -1152,6 +1152,7 @@
|
||||
"creatednoclick": "Job created successfully. ",
|
||||
"delete": "Job deleted successfully.",
|
||||
"deleted": "Job deleted successfully.",
|
||||
"duplicated": "Job duplicated successfully. ",
|
||||
"exported": "Job exported successfully. ",
|
||||
"invoiced": "Job closed and invoiced successfully.",
|
||||
"save": "Job saved successfully.",
|
||||
|
||||
@@ -1152,6 +1152,7 @@
|
||||
"creatednoclick": "",
|
||||
"delete": "",
|
||||
"deleted": "Trabajo eliminado con éxito.",
|
||||
"duplicated": "",
|
||||
"exported": "",
|
||||
"invoiced": "",
|
||||
"save": "Trabajo guardado con éxito.",
|
||||
|
||||
@@ -1152,6 +1152,7 @@
|
||||
"creatednoclick": "",
|
||||
"delete": "",
|
||||
"deleted": "Le travail a bien été supprimé.",
|
||||
"duplicated": "",
|
||||
"exported": "",
|
||||
"invoiced": "",
|
||||
"save": "Le travail a été enregistré avec succès.",
|
||||
|
||||
Reference in New Issue
Block a user