From 1476781fa814c797c4e0e019e75ca2953f6fd9d5 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 21 Feb 2020 09:27:05 -0800 Subject: [PATCH] Added base jobline edit modal. To be confirmed if required. --- bodyshop_translations.babel | 23 +++++- .../allocations-bulk-assignment.component.jsx | 3 +- .../allocations-bulk-assignment.container.jsx | 1 + .../email-overlay/email-overlay.container.jsx | 8 +-- .../job-detail-lines/job-lines.component.jsx | 55 ++++++++++---- .../job-detail-lines/job-lines.container.jsx | 5 ++ .../job-lines-upsert-modal.component.jsx | 33 +++++++++ .../job-lines-upsert-modal.container.jsx | 72 +++++++++++++++++++ .../note-upsert-modal.container.jsx | 15 +++- client/src/graphql/jobs-lines.queries.js | 19 +++++ client/src/translations/en_us/common.json | 1 + client/src/translations/es/common.json | 1 + client/src/translations/fr/common.json | 1 + client/src/utils/sorters.js | 3 - 14 files changed, 211 insertions(+), 29 deletions(-) create mode 100644 client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx create mode 100644 client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.container.jsx diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 95640fc53..a177af6f8 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +