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

Attempt to fix issue with none existant other translation #3422

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

JoeyStk
Copy link
Contributor

@JoeyStk JoeyStk commented Feb 10, 2025

Short description

This PR is an attempt to fix the NoneType error that occurs sometimes when renaming a page. Some more testing on our side show that this issue is indeed flaky and seems to be caused because other_translation is None.

Proposed changes

  • Catch case when other_translation is still None and show an error message instead.

Side effects

  • This is not ideal for user experience. An alternative could be to wait for a while to make sure there is enough time for other_translation to be set.
  • Please note that this really is only a draft and I'm shooting out ideas hoping that it sparks some more ideas from your side ✨

Resolved issues

Fixes: #3319


Pull Request Review Guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

500 error when saving page after changing title
1 participant