IO-1050 Mark for Reexport disable logic.
This commit is contained in:
@@ -57,7 +57,7 @@ export function JobAdminMarkReexport({ bodyshop, job }) {
|
|||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
loading={loading}
|
loading={loading}
|
||||||
disabled={(!job.voided && !job.date_exported) || !job.converted}
|
disabled={!job.date_exported}
|
||||||
onClick={handleUpdate}
|
onClick={handleUpdate}
|
||||||
>
|
>
|
||||||
{t("jobs.labels.markforreexport")}
|
{t("jobs.labels.markforreexport")}
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ export function JobsCloseContainer({ setBreadcrumbs, setSelectedHeader }) {
|
|||||||
|
|
||||||
setBreadcrumbs([
|
setBreadcrumbs([
|
||||||
{
|
{
|
||||||
link: `/manage/jobs/${jobId}/`,
|
link: `/manage/jobs/`,
|
||||||
label: t("titles.bc.jobs"),
|
label: t("titles.bc.jobs"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user