Skip to content

Commit 4cb6eda

Browse files
authored
Merge pull request #22518 from opf/bug/73403-broken-back-navigation-from-board-page
[73403] Broken back navigation from board page
2 parents 97d1c8e + 6522519 commit 4cb6eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/boards/app/components/boards/row_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def project_name
3535
end
3636

3737
def name
38-
link_to model.name, project_work_package_board_path(model.project, model)
38+
link_to model.name, project_work_package_board_path(model.project, model), data: { turbo: false }
3939
end
4040

4141
def created_at

0 commit comments

Comments
 (0)