mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Smaller changes in activity grouping [SCI-9390]
This commit is contained in:
parent
8a3f56d09d
commit
cc48087beb
2 changed files with 3 additions and 3 deletions
|
@ -494,7 +494,7 @@ class Extends
|
||||||
|
|
||||||
ACTIVITY_GROUPS = {
|
ACTIVITY_GROUPS = {
|
||||||
projects: [*0..7, 32, 33, 34, 95, 108, 65, 109, *158..162, 241, 242, 243],
|
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,
|
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],
|
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,
|
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],
|
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,
|
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,
|
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],
|
*237..240, *253..256, *279..283],
|
||||||
team: [92, 94, 93, 97, 104, 244, 245],
|
team: [92, 94, 93, 97, 104, 244, 245],
|
||||||
label_templates: [*216..219]
|
label_templates: [*216..219]
|
||||||
|
|
|
@ -479,7 +479,7 @@ en:
|
||||||
delete_chemical_structure_on_protocol: "Chemical structure on protocol deleted"
|
delete_chemical_structure_on_protocol: "Chemical structure on protocol deleted"
|
||||||
delete_chemical_structure_on_task: "Chemical structure on task deleted"
|
delete_chemical_structure_on_task: "Chemical structure on task deleted"
|
||||||
protocol_description_in_task_edited: "Protocol description in task edited"
|
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_items_assigned_to_task: "Task-assigned inventory items exported (live version)"
|
||||||
export_inventory_snapshot_items_assigned_to_task: "Task-assigned inventory items exported (snapshot)"
|
export_inventory_snapshot_items_assigned_to_task: "Task-assigned inventory items exported (snapshot)"
|
||||||
change_status_on_task_flow: "Task status changed"
|
change_status_on_task_flow: "Task status changed"
|
||||||
|
|
Loading…
Reference in a new issue