mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Add missing inventory name in notification
Closes SCI-3149
This commit is contained in:
parent
9efeb32077
commit
cf5505d95f
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ class RepositoryRowsController < ApplicationController
|
|||
user: current_user.full_name,
|
||||
column: cell.repository_column.name,
|
||||
record: record.name,
|
||||
repository: record.repository),
|
||||
repository: record.repository.name),
|
||||
message: t('notifications.repository_annotation_message_html',
|
||||
record: link_to(record.name, table_url),
|
||||
column: link_to(cell.repository_column.name, table_url))
|
||||
|
|
Loading…
Reference in a new issue