From 48ff009d3931431f96d64c4c7d357f6ca89edefb Mon Sep 17 00:00:00 2001 From: masaaki Date: Tue, 19 Dec 2023 05:13:32 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20630:=20=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E3=83=97=E3=83=AD=E3=83=91=E3=83=86=E3=82=A3?= =?UTF-8?q?=E3=82=92close=E3=81=99=E3=82=8B=E3=81=A8=E3=81=9F=E3=81=99?= =?UTF-8?q?=E3=81=8F=E4=B8=80=E8=A6=A7=E3=81=8C=E6=9B=B4=E6=96=B0=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task3333: ファイルプロパティをcloseするとたすく一覧が更新される](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3333) - File Property画面にて「Close」ボタンを押下した際に画面がリロードされる問題について対応しました。 「Close」ボタン押下時に「href=""」としていたため、デフォルトのURL遷移(/dictations)が行われていたのを、 onClickによるポップアップ閉じる処理を呼び出す実装に変更しました。 ## レビューポイント - 特にありません ## UIの変更 - 変更なし ## 動作確認状況 - ローカルで確認済 ## 補足 - 相談、参考資料などがあれば --- dictation_client/src/pages/DictationPage/filePropertyPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx b/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx index 639d264..2d2b45c 100644 --- a/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx +++ b/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx @@ -114,7 +114,7 @@ export const FilePropertyPopup: React.FC = (props) => {
{t(getTranslationID("dictationPage.label.transcriptionist"))}
{selectedFileTask?.typist?.name ?? ""}
- + close {t(getTranslationID("dictationPage.label.close"))}