From 1ef696efe84927aa018d1f34e925a99cd71d0068 Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Mon, 11 Mar 2024 07:54:35 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20814:=20=E3=83=AA=E3=83=B3?= =?UTF-8?q?=E3=82=AF=E5=B7=AE=E3=81=97=E6=9B=BF=E3=81=88=E3=82=8B=EF=BC=88?= =?UTF-8?q?=E3=83=98=E3=83=AB=E3=83=97=E3=83=9A=E3=83=BC=E3=82=B8=E4=BB=A5?= =?UTF-8?q?=E5=A4=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task3874: リンク差し替える(3/8Staging・本番デプロイ分)](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3874) - 以下のリンクを本物に差し替え - 利用規約 - EULA - DPA - Privacy Notice - デスクトップアプリダウンロード ## レビューポイント - 差し替える対象に漏れはないか ## UIの変更 - https://ndstokyo.sharepoint.com/:f:/r/sites/Piranha/Shared%20Documents/General/OMDS/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/Task3874?csf=1&web=1&e=eQE4hq ## クエリの変更 - なし ## 動作確認状況 - ローカルで確認、develop環境で確認など - 行った修正がデグレを発生させていないことを確認できるか - リンクの差し替えのみなのでほか機能に影響はない ## 補足 - ヘルプページのリンクはまだ受領していないのでほかタスクで対応 --- dictation_client/src/pages/DictationPage/index.tsx | 3 ++- dictation_client/src/pages/SignupPage/signupInput.tsx | 6 ++++-- dictation_client/src/pages/TermsPage/index.tsx | 9 ++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/dictation_client/src/pages/DictationPage/index.tsx b/dictation_client/src/pages/DictationPage/index.tsx index 73db547..07959ff 100644 --- a/dictation_client/src/pages/DictationPage/index.tsx +++ b/dictation_client/src/pages/DictationPage/index.tsx @@ -1424,9 +1424,10 @@ const DictationPage: React.FC = (): JSX.Element => {
  • {t(getTranslationID("dictationPage.label.applications"))} {
    { setIsOpenPolicy(true); }} + rel="noreferrer" > {t(getTranslationID("signupPage.label.linkOfEula"))} @@ -398,12 +399,13 @@ const SignupInput: React.FC = (): JSX.Element => {
    { setIsOpenPrivacyNoyice(true); }} + rel="noreferrer" > {t( getTranslationID("signupPage.label.linkOfPrivacyNotice") diff --git a/dictation_client/src/pages/TermsPage/index.tsx b/dictation_client/src/pages/TermsPage/index.tsx index 4e5e910..74041e3 100644 --- a/dictation_client/src/pages/TermsPage/index.tsx +++ b/dictation_client/src/pages/TermsPage/index.tsx @@ -155,11 +155,12 @@ const TermsPage: React.FC = (): JSX.Element => {

    {/* eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions */} setIsClickedEulaLink(true)} data-tag="open-eula" + rel="noreferrer" > {t(getTranslationID("termsPage.label.linkOfEula"))} @@ -187,11 +188,12 @@ const TermsPage: React.FC = (): JSX.Element => {

    {/* eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions */} setIsClickedPrivacyNoticeLink(true)} data-tag="open-pricacy-notice" + rel="noreferrer" > {t( getTranslationID("termsPage.label.linkOfPrivacyNotice") @@ -225,11 +227,12 @@ const TermsPage: React.FC = (): JSX.Element => {

    {/* eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions */} setIsClickedDpaLink(true)} data-tag="open-dpa" + rel="noreferrer" > {t(getTranslationID("termsPage.label.linkOfDpa"))}