From cc48087beb4f2b9b2d4ef15baac31c09cdec6b95 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Mon, 27 Nov 2023 15:54:14 +0400 Subject: [PATCH] Smaller changes in activity grouping [SCI-9390] --- config/initializers/extends.rb | 4 ++-- config/locales/global_activities/en.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/initializers/extends.rb b/config/initializers/extends.rb index 295756ec5..8310f80e3 100644 --- a/config/initializers/extends.rb +++ b/config/initializers/extends.rb @@ -494,7 +494,7 @@ class Extends ACTIVITY_GROUPS = { projects: [*0..7, 32, 33, 34, 95, 108, 65, 109, *158..162, 241, 242, 243], - task_results: [23, 26, 25, 42, 24, 40, 41, 99, 110, 122, 116, 128, 169, 172, 178, *257..273, *284..291], + task_results: [23, 26, 25, 42, 24, 40, 41, 99, 110, 122, 116, 128, 169, 172, 178, *246..248, *257..273, *284..291], task: [8, 58, 9, 59, *10..14, 35, 36, 37, 53, 54, *60..63, 138, 139, 140, 64, 66, 106, 126, 120, 132, 148, 166], task_protocol: [15, 22, 16, 18, 19, 20, 21, 17, 38, 39, 100, 111, 45, 46, 47, 121, 124, 115, 118, 127, 130, 137, @@ -506,7 +506,7 @@ class Extends 78, 96, 107, 113, 114, *133..136, 180, 181, 182, *292..295], protocol_repository: [80, 103, 89, 87, 79, 90, 91, 88, 85, 86, 84, 81, 82, 83, 101, 112, 123, 125, 117, 119, 129, 131, 170, 173, 179, 187, 186, - 190, 191, *204..215, 220, 221, 223, 227, 228, 229, *230..235, + 190, 191, *204..215, 220, 223, 227, 228, 229, *230..235, *237..240, *253..256, *279..283], team: [92, 94, 93, 97, 104, 244, 245], label_templates: [*216..219] diff --git a/config/locales/global_activities/en.yml b/config/locales/global_activities/en.yml index c2956313f..ff088a410 100644 --- a/config/locales/global_activities/en.yml +++ b/config/locales/global_activities/en.yml @@ -479,7 +479,7 @@ en: delete_chemical_structure_on_protocol: "Chemical structure on protocol deleted" delete_chemical_structure_on_task: "Chemical structure on task deleted" protocol_description_in_task_edited: "Protocol description in task edited" - protocol_name_in_task_edited: "Protocol name in task edited." + protocol_name_in_task_edited: "Protocol name in task edited" export_inventory_items_assigned_to_task: "Task-assigned inventory items exported (live version)" export_inventory_snapshot_items_assigned_to_task: "Task-assigned inventory items exported (snapshot)" change_status_on_task_flow: "Task status changed"