diff options
Diffstat (limited to 'app/helpers/boards_helper.rb')
-rw-r--r-- | app/helpers/boards_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/boards_helper.rb b/app/helpers/boards_helper.rb index f8c00f3a4cd..6a4a7a8dfb2 100644 --- a/app/helpers/boards_helper.rb +++ b/app/helpers/boards_helper.rb @@ -11,13 +11,13 @@ module BoardsHelper lists_endpoint: board_lists_path(board), board_id: board.id, disabled: (!can?(current_user, :create_non_backlog_issues, board)).to_s, - issue_link_base: build_issue_link_base, root_path: root_path, full_path: full_path, bulk_update_path: @bulk_issues_path, time_tracking_limit_to_hours: Gitlab::CurrentSettings.time_tracking_limit_to_hours.to_s, recent_boards_endpoint: recent_boards_path, - parent: current_board_parent.model_name.param_key + parent: current_board_parent.model_name.param_key, + group_id: @group&.id } end |