Skip to content

Commit 0bb3561

Browse files
committed
Merge branch 'release/16.6' into dev
2 parents fbb313a + 02237d9 commit 0bb3561

10 files changed

Lines changed: 361 additions & 4720 deletions

File tree

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<%= turbo_frame_tag "activity_menu",
2-
src: url_for(controller: "/activities", action: :menu, project_id: @project),
2+
src: url_for(
3+
controller: "/activities",
4+
action: :menu,
5+
project_id: @project,
6+
user_id: params[:user_id],
7+
from: params[:from]
8+
),
39
data: { turbo: false },
410
loading: :lazy do %>
511
<% end %>

0 commit comments

Comments
 (0)