mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 05:34:53 +08:00
Merge pull request #7880 from artoscinote/ma_SCI_11050
Add missing activities [SCI-11050]
This commit is contained in:
commit
438e4d053d
2 changed files with 5 additions and 2 deletions
|
@ -515,7 +515,8 @@ class Extends
|
||||||
container_storage_location_sharing_updated: 322,
|
container_storage_location_sharing_updated: 322,
|
||||||
storage_location_repository_row_created: 323,
|
storage_location_repository_row_created: 323,
|
||||||
storage_location_repository_row_deleted: 324,
|
storage_location_repository_row_deleted: 324,
|
||||||
storage_location_repository_row_moved: 325
|
storage_location_repository_row_moved: 325,
|
||||||
|
container_storage_location_imported: 326
|
||||||
}
|
}
|
||||||
|
|
||||||
ACTIVITY_GROUPS = {
|
ACTIVITY_GROUPS = {
|
||||||
|
@ -537,7 +538,7 @@ class Extends
|
||||||
team: [92, 94, 93, 97, 104, 244, 245],
|
team: [92, 94, 93, 97, 104, 244, 245],
|
||||||
label_templates: [*216..219],
|
label_templates: [*216..219],
|
||||||
storage_locations: [*309..315],
|
storage_locations: [*309..315],
|
||||||
container_storage_location: [*316..322],
|
container_storage_location: [*316..322, 326],
|
||||||
storage_location_repository_rows: [*323..325]
|
storage_location_repository_rows: [*323..325]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -339,6 +339,7 @@ en:
|
||||||
storage_location_repository_row_created_html: "%{user} assigned %{repository_row} to box %{storage_location} %{position}."
|
storage_location_repository_row_created_html: "%{user} assigned %{repository_row} to box %{storage_location} %{position}."
|
||||||
storage_location_repository_row_deleted_html: "%{user} unassigned %{repository_row} from box %{storage_location} %{position}."
|
storage_location_repository_row_deleted_html: "%{user} unassigned %{repository_row} from box %{storage_location} %{position}."
|
||||||
storage_location_repository_row_moved_html: "%{user} moved item %{repository_row} from box %{storage_location_original} %{positions} to box %{storage_location_destination} %{positions}."
|
storage_location_repository_row_moved_html: "%{user} moved item %{repository_row} from box %{storage_location_original} %{positions} to box %{storage_location_destination} %{positions}."
|
||||||
|
container_storage_location_imported_html: "%{user} assigned %{assigned_count} item(s) and unassigned %{unassigned_count} item(s) by import to %{storage_location}."
|
||||||
activity_name:
|
activity_name:
|
||||||
create_project: "Project created"
|
create_project: "Project created"
|
||||||
rename_project: "Project renamed"
|
rename_project: "Project renamed"
|
||||||
|
@ -635,6 +636,7 @@ en:
|
||||||
storage_location_repository_row_created: "Inventory item location assigned"
|
storage_location_repository_row_created: "Inventory item location assigned"
|
||||||
storage_location_repository_row_deleted: "Inventory item location unassigned"
|
storage_location_repository_row_deleted: "Inventory item location unassigned"
|
||||||
storage_location_repository_row_moved: "Inventory item location moved"
|
storage_location_repository_row_moved: "Inventory item location moved"
|
||||||
|
container_storage_location_imported: "Box import"
|
||||||
activity_group:
|
activity_group:
|
||||||
projects: "Projects"
|
projects: "Projects"
|
||||||
task_results: "Task results"
|
task_results: "Task results"
|
||||||
|
|
Loading…
Reference in a new issue