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

fixes to display latest page content in reader #1450

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

mejo-
Copy link
Member

@mejo- mejo- commented Aug 28, 2024

📝 Summary

  • fix(editor): Pass onCreate callback to editor API - Makes sure that reader content is updated with editor content on initial load.
  • fix(pageContent): Add cache buster param to DAV request - Ensures that we always get the latest DAV content and nobody (neither browser nor server) cache anything in between.

Fixes: #1437

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits

Makes sure that reader content is updated with editor content on initial
load.

Depends on nextcloud/text#6274.

Signed-off-by: Jonas <[email protected]>
@mejo- mejo- added bug Something isn't working 3. to review labels Aug 28, 2024
@mejo- mejo- self-assigned this Aug 28, 2024
Enures that we always get the latest DAV content and nobody (neither
browser nor server) cache anything in between.

Fixes: #1437

Signed-off-by: Jonas <[email protected]>
@juliushaertl juliushaertl merged commit d0bb41f into main Aug 28, 2024
50 checks passed
@juliushaertl juliushaertl deleted the fix/sync_content branch August 28, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Read only page content sometimes outdated
2 participants