mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
b01293a467
This reverts commit f3a0db2f14.
Update the controller to respond with partial turbo streams instead of a full page redirect with turbo enabled. This caused DOM load issues with angular components, as Turbo would not break out of it's navigation frame- to remount the angular web components. The solution here is also used in other similar pages such as project attributes.