mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-09 06:35:37 +08:00
Fix new SA repositroy row redirect [SCI-12127]
This commit is contained in:
parent
d5b1fc0737
commit
a372afdffa
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class SmartAnnotationsController < ApplicationController
|
|||
when MyModule
|
||||
protocols_my_module_path(resource)
|
||||
when RepositoryRow
|
||||
repository_repository_row_path(resource.repository, resource)
|
||||
repository_repository_row_path(resource.repository, resource, my_module_id: params[:my_module_id])
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue