From df331f641af3af04cdfc579f87ebe57b8bc37c59 Mon Sep 17 00:00:00 2001 From: VarunReddy1111 Date: Tue, 6 Feb 2024 10:45:31 -0600 Subject: [PATCH] SCRUM-2744 Changed mod default button name and Added XBStaff --- .../containers/diseaseAnnotationsPage/NewAnnotationForm.js | 2 +- src/main/cliapp/src/service/TableStateService.js | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/cliapp/src/containers/diseaseAnnotationsPage/NewAnnotationForm.js b/src/main/cliapp/src/containers/diseaseAnnotationsPage/NewAnnotationForm.js index 46de4d39c..2493dd0c6 100644 --- a/src/main/cliapp/src/containers/diseaseAnnotationsPage/NewAnnotationForm.js +++ b/src/main/cliapp/src/containers/diseaseAnnotationsPage/NewAnnotationForm.js @@ -431,7 +431,7 @@ export const NewAnnotationForm = ({ diff --git a/src/main/cliapp/src/service/TableStateService.js b/src/main/cliapp/src/service/TableStateService.js index 606aa9eaa..ea757589c 100644 --- a/src/main/cliapp/src/service/TableStateService.js +++ b/src/main/cliapp/src/service/TableStateService.js @@ -141,6 +141,13 @@ const modTableSettings = { tableSettingsKeyName: "DiseaseAnnotationsTableSettings" } }, + XBStaff: { + DiseaseAnnotations: { + selectedFormFields: [ + "Experimental Conditions" + ] + } + }, MGIStaff: { DiseaseAnnotations: { page: 0,