mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Add SA repository row url to notification [SCI-12132]
This commit is contained in:
parent
d5b1fc0737
commit
144516e8dc
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ class RepositoryRowsController < ApplicationController
|
|||
smart_annotation_notification(
|
||||
old_text: old_text,
|
||||
new_text: cell.value.data,
|
||||
subject: cell.repository_column.repository,
|
||||
subject: cell.repository_row,
|
||||
title: t('notifications.repository_annotation_title',
|
||||
user: current_user.full_name,
|
||||
column: cell.repository_column.name,
|
||||
|
|
Loading…
Add table
Reference in a new issue