Add SA repository row url to notification [SCI-12132]

This commit is contained in:
Anton 2025-07-18 13:23:08 +02:00
parent d5b1fc0737
commit 144516e8dc

View file

@ -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,