Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit link on public document detail site doesn't work properly because of Turbo #738

Closed
rlskoeser opened this issue Mar 28, 2022 · 1 comment
Assignees
Labels
🐛 bug Something isn't working

Comments

@rlskoeser
Copy link
Contributor

Describe the bug
Clicking the edit link on the document details page of the public site doesn't load the admin page properly.

To reproduce
Steps to reproduce the behavior:

  1. Log in to the backend with an account that has document edit permission
  2. Go to the public document details page
  3. Click the edit link
  4. See a blank public site page (header/footer but no content)
  5. If you reload the page, you'll see the admin edit page correctly.

Expected behavior
You should see the edit page for that document in the admin without having to reload.

Additional context
This is a Turbo problem — Turbo is trying to load the link in the current turbo frame, and we need to tell it not to.

@rlskoeser rlskoeser added the 🐛 bug Something isn't working label Mar 28, 2022
@rlskoeser rlskoeser self-assigned this Mar 28, 2022
@rlskoeser rlskoeser added the 🗜️ awaiting testing Implemented and ready to be tested label Mar 28, 2022
@richmanrachel
Copy link

Fixed!

@richmanrachel richmanrachel removed the 🗜️ awaiting testing Implemented and ready to be tested label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants