Merge pull request #7215 from G-Chubinidze/gc_SCI_10239

For item relationship missing archived tag for inventory [SCI-10239]
This commit is contained in:
ajugo 2024-03-07 08:50:06 +01:00 committed by GitHub
commit 8407361083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ class RepositoryRowConnectionsController < ApplicationController
name: repository_row.name_with_label,
code: repository_row.code,
path: repository_repository_row_path(repository_row.repository, repository_row),
repository_name: repository_row.repository.name,
repository_name: repository_row.repository.name_with_label,
repository_path: repository_path(repository_row.repository),
unlink_path: repository_repository_row_repository_row_connection_path(
repository_row.repository,