From ac7cdd38dd145031f7e1e1e3671bea264051df6c Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Fri, 7 May 2021 14:38:00 -0700
Subject: [PATCH] IO-1032 Disable actions for non converted jobs
---
.../jobs-detail-header-actions.component.jsx | 8 +++++---
.../jobs-detail-header-actions.csi.component.jsx | 6 +++++-
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx
index d6f983128..fd2b2ab25 100644
--- a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx
+++ b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx
@@ -116,13 +116,14 @@ export function JobsDetailHeaderActions({
)}
-
+
{t("jobs.actions.viewchecklist")}
{
logImEXEvent("job_header_enter_time_ticekts");
@@ -136,7 +137,7 @@ export function JobsDetailHeaderActions({
{
logImEXEvent("job_header_enter_payment");
@@ -148,7 +149,7 @@ export function JobsDetailHeaderActions({
>
{t("menus.header.enterpayment")}
-
+
{
logImEXEvent("job_header_job_costing");
setJobCostingContext({
diff --git a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx
index f898fd311..b71e43919 100644
--- a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx
+++ b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx
@@ -178,7 +178,11 @@ export function JobsDetailHeaderCsi({
};
return (
-
+