From 35d2ee5761009e1f95c30c25ad4a0db2f398b0f0 Mon Sep 17 00:00:00 2001 From: Ramesh Kumar <ramesh.p@matriotsolutions.com> Date: Tue, 5 Apr 2022 15:21:33 +0530 Subject: [PATCH] TMSS-1643: Project column position updated --- SAS/TMSS/frontend/tmss_webapp/src/shared/timeline.constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/TMSS/frontend/tmss_webapp/src/shared/timeline.constants.js b/SAS/TMSS/frontend/tmss_webapp/src/shared/timeline.constants.js index bf4171fcd85..d1f3767b490 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/shared/timeline.constants.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/shared/timeline.constants.js @@ -214,7 +214,6 @@ const TimelineConstants = { TASK_LIST_COLUMN_ORDER: [ "Status Logs", "Status", - "Project", "Unschedulable Reason", "Cancelled", "Type", @@ -224,6 +223,7 @@ const TimelineConstants = { "Task Id", "Name", "Control Id", + "Project", "Scheduling Unit Id", "Scheduling Unit Name", "Description", -- GitLab