diff --git a/app/helpers/global_activities_helper.rb b/app/helpers/global_activities_helper.rb index e50bfd936..17aecb5a2 100644 --- a/app/helpers/global_activities_helper.rb +++ b/app/helpers/global_activities_helper.rb @@ -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