mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
Merge pull request #7908 from aignatov-bio/ai-sci-11128-add-team-redirect-to-storage-locations-activity
Add team redirect to storage locations activity [SCI-11128]
This commit is contained in:
commit
0aa2fe559f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module GlobalActivitiesHelper
|
||||||
path = if obj.new_record?
|
path = if obj.new_record?
|
||||||
storage_locations_path(team: activity.team.id)
|
storage_locations_path(team: activity.team.id)
|
||||||
else
|
else
|
||||||
storage_location_path(obj)
|
storage_location_path(obj, team: activity.team.id)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
return current_value
|
return current_value
|
||||||
|
|
Loading…
Reference in a new issue