From d1a8b887e5b5f259915da0e3c447a1cdfdbd49a3 Mon Sep 17 00:00:00 2001 From: "makabe.t" Date: Tue, 19 Sep 2023 02:56:19 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20417:=20ActiveWorktypeID=E3=82=92?= =?UTF-8?q?=E6=9C=AA=E8=A8=AD=E5=AE=9A=E3=81=AB=E6=88=BB=E3=81=9B=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task2677: ActiveWorktypeIDを未設定に戻せるように修正](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2677) - ActiveWorktypeIDを設定後、未選択に戻す操作ができるように修正 ## レビューポイント - 修正箇所の共有 ## UIの変更 - なし ## 動作確認状況 - ローカルで確認 --- .../src/pages/WorkTypeIdSettingPage/index.tsx | 2 +- .../accounts/accounts.service.spec.ts | 31 +++++++++++++++++++ .../accounts/accounts.repository.service.ts | 28 +++++++++++------ 3 files changed, 50 insertions(+), 11 deletions(-) diff --git a/dictation_client/src/pages/WorkTypeIdSettingPage/index.tsx b/dictation_client/src/pages/WorkTypeIdSettingPage/index.tsx index 4fa599c..b2b8715 100644 --- a/dictation_client/src/pages/WorkTypeIdSettingPage/index.tsx +++ b/dictation_client/src/pages/WorkTypeIdSettingPage/index.tsx @@ -140,7 +140,7 @@ const WorktypeIdSettingPage: React.FC = (): JSX.Element => {