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:
aignatov-bio 2024-10-01 15:41:20 +02:00 committed by GitHub
commit 0aa2fe559f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ module GlobalActivitiesHelper
path = if obj.new_record?
storage_locations_path(team: activity.team.id)
else
storage_location_path(obj)
storage_location_path(obj, team: activity.team.id)
end
else
return current_value