From a4dd5addde550e1c0c61c89dc10fa3681bb3bdbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E6=9C=AC=20=E7=A5=90=E5=B8=8C?= Date: Mon, 23 Oct 2023 07:15:53 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20507:=20=E7=AC=AC=E4=BA=94?= =?UTF-8?q?=E3=81=AE=E3=83=A6=E3=83=BC=E3=82=B6=E3=81=A7=E3=83=AD=E3=82=B0?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=81=97=E3=81=9F=E9=9A=9B=E3=80=81=E3=82=A2?= =?UTF-8?q?=E3=82=AB=E3=82=A6=E3=83=B3=E3=83=88=E3=82=BF=E3=83=96=E3=81=8C?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task2886: 第五のユーザでログインした際、アカウントタブが表示される](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2886) - 元PBI or タスクへのリンク(内容・目的などはそちらにあるはず) - 何をどう変更したか、追加したライブラリなど 一般ユーザーがログイン時にアカウントタブを表示しないようにする。 - このPull Requestでの対象/対象外 - 影響範囲(他の機能にも影響があるか) ## レビューポイント - 特にレビューしてほしい箇所 - 軽微なものや自明なものは記載不要 - 修正範囲が大きい場合などに記載 - 全体的にや仕様を満たしているか等は本当に必要な時のみ記載 ## UIの変更 - Before/Afterのスクショなど - スクショ置き場 ![image.png](https://dev.azure.com/ODMSCloud/6023ff7b-d41c-4fa7-9c6f-f576ba48c07c/_apis/git/repositories/302da463-a2d7-40f9-b2bb-6e8edf324fa9/pullRequests/507/attachments/image.png) ## 動作確認状況 - ローカルで確認 ## 補足 - 相談、参考資料などがあれば --- dictation_client/src/components/header/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dictation_client/src/components/header/constants.ts b/dictation_client/src/components/header/constants.ts index 96cac3e..8f9c1f9 100644 --- a/dictation_client/src/components/header/constants.ts +++ b/dictation_client/src/components/header/constants.ts @@ -24,6 +24,7 @@ export const HEADER_NAME = "ODMS Cloud"; * adminのみに表示するヘッダータブ */ export const ADMIN_ONLY_TABS = [ + HEADER_MENUS_ACCOUNT, HEADER_MENUS_LICENSE, HEADER_MENUS_USER, HEADER_MENUS_WORKFLOW,