Skip to content

Commit 5aacc64

Browse files
committed
[AGILE-303] Ensure back navigation still works for "show all" links
1 parent 249f432 commit 5aacc64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/backlogs/app/components/backlogs/sprint_reports/widgets/work_package_overview.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ See COPYRIGHT and LICENSE files for more details.
9696
render(Primer::Beta::Text.new(tag: :h4, font_weight: :bold)) { block[:heading] }
9797
end
9898
flex.with_column do
99-
render(Primer::Beta::Link.new(href: block[:show_all_path])) do
99+
render(Primer::Beta::Link.new(href: block[:show_all_path], data: { turbo: false })) do
100100
t(".blocks.show_all")
101101
end
102102
end

0 commit comments

Comments
 (0)