AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 313 forks source link

Disable Turbo Prefetch in Admin #2944

Closed sascha-karnatz closed 1 week ago

sascha-karnatz commented 1 week ago

What is this pull request for?

This feature was enabled by default in Turbo 8 and can cause that many "locked pages" appear, if the user is hovering over page entries in page tree.

Checklist

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.96%. Comparing base (4774203) to head (090f56d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2944 +/- ## ======================================= Coverage 95.96% 95.96% ======================================= Files 232 232 Lines 6272 6272 ======================================= Hits 6019 6019 Misses 253 253 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alchemycms-bot commented 1 week ago

💔 All backports failed

Status Branch Result
7.2-stable Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

backport --pr 2944

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

tvdeyen commented 1 week ago

💚 All backports created successfully

Status Branch Result
7.2-stable

Questions ?

Please refer to the Backport tool documentation