Merge pull request #7880 from artoscinote/ma_SCI_11050

Add missing activities [SCI-11050]
This commit is contained in:
Martin Artnik 2024-09-24 12:37:42 +02:00 committed by GitHub
commit 438e4d053d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -515,7 +515,8 @@ class Extends
container_storage_location_sharing_updated: 322,
storage_location_repository_row_created: 323,
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 = {
@ -537,7 +538,7 @@ class Extends
team: [92, 94, 93, 97, 104, 244, 245],
label_templates: [*216..219],
storage_locations: [*309..315],
container_storage_location: [*316..322],
container_storage_location: [*316..322, 326],
storage_location_repository_rows: [*323..325]
}

View file

@ -339,6 +339,7 @@ en:
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_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:
create_project: "Project created"
rename_project: "Project renamed"
@ -635,6 +636,7 @@ en:
storage_location_repository_row_created: "Inventory item location assigned"
storage_location_repository_row_deleted: "Inventory item location unassigned"
storage_location_repository_row_moved: "Inventory item location moved"
container_storage_location_imported: "Box import"
activity_group:
projects: "Projects"
task_results: "Task results"