From 9438ef9683beef30cb684243c839cf6f542aeced Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 16 Mar 2023 14:15:29 -0700 Subject: [PATCH] IO-2177 Add enforce category on conversion. --- .vscode/settings.json | 1 - bodyshop_translations.babel | 86 ++++++++++++++++++- .../jobs-convert-button.component.jsx | 24 +++++- .../shop-info/shop-info.general.component.jsx | 7 ++ client/src/graphql/bodyshop.queries.js | 2 + client/src/translations/en_us/common.json | 3 + client/src/translations/es/common.json | 3 + client/src/translations/fr/common.json | 3 + hasura/metadata/tables.yaml | 2 + .../down.sql | 4 + .../up.sql | 2 + 11 files changed, 134 insertions(+), 3 deletions(-) create mode 100644 hasura/migrations/1679000353261_alter_table_public_bodyshops_add_column_enforce_conversion_category/down.sql create mode 100644 hasura/migrations/1679000353261_alter_table_public_bodyshops_add_column_enforce_conversion_category/up.sql diff --git a/.vscode/settings.json b/.vscode/settings.json index e499a11be..dd6a1330b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "eslint.workingDirectories": ["./client", "./"], "xml.fileAssociations": [ { "pattern": "**/Test.xml", diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 7d1d27464..23707d6e7 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +