mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-26 09:43:29 +08:00
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:
commit
8407361083
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue