From 24633ae7cab088b123d80c9814604b63b7d41214 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Fri, 19 Feb 2021 10:56:48 -0800
Subject: [PATCH] Added body and refinish split to shop config IO-676
---
bodyshop_translations.babel | 47 +++++++++++
.../shop-info/shop-info.component.jsx | 24 ++++++
client/src/graphql/bodyshop.queries.js | 2 +
client/src/translations/en_us/common.json | 4 +
client/src/translations/es/common.json | 4 +
client/src/translations/fr/common.json | 4 +
.../down.yaml | 5 ++
.../up.yaml | 6 ++
.../down.yaml | 79 ++++++++++++++++++
.../up.yaml | 80 +++++++++++++++++++
.../down.yaml | 72 +++++++++++++++++
.../up.yaml | 73 +++++++++++++++++
hasura/migrations/metadata.yaml | 2 +
13 files changed, 402 insertions(+)
create mode 100644 hasura/migrations/1613759886229_alter_table_public_bodyshops_add_column_md_hour_split/down.yaml
create mode 100644 hasura/migrations/1613759886229_alter_table_public_bodyshops_add_column_md_hour_split/up.yaml
create mode 100644 hasura/migrations/1613759910351_update_permission_user_public_table_bodyshops/down.yaml
create mode 100644 hasura/migrations/1613759910351_update_permission_user_public_table_bodyshops/up.yaml
create mode 100644 hasura/migrations/1613759921843_update_permission_user_public_table_bodyshops/down.yaml
create mode 100644 hasura/migrations/1613759921843_update_permission_user_public_table_bodyshops/up.yaml
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 26337e9f7..7610f766d 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -3276,6 +3276,53 @@
+
+ md_hour_split
+
+
+ lab
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
+
+ lar
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
+
+
md_ins_cos
false
diff --git a/client/src/components/shop-info/shop-info.component.jsx b/client/src/components/shop-info/shop-info.component.jsx
index 894727a92..8511c292d 100644
--- a/client/src/components/shop-info/shop-info.component.jsx
+++ b/client/src/components/shop-info/shop-info.component.jsx
@@ -648,6 +648,30 @@ export default function ShopInfoComponent({ form, saveLoading }) {
>
+
+
+
+
+
+