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

Server: Fixes #10118 - TypeError when running "process orphaned items" on Joplin server #1

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

Akash12233
Copy link
Owner

This pull request addresses issue #, which involves resolving a TypeError encountered when running the "process orphaned items" functionality via the Web UI on Linux systems. The current behavior triggers a TypeError stating, "Cannot use 'in' operator to search for 'name' in undefined."

The expected behavior is that this operation should execute without errors.

To resolve this issue, the code has been adjusted to handle the undefined value appropriately, preventing the TypeError from occurring.

@Akash12233 Akash12233 merged commit c23e203 into dev Mar 16, 2024
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.

1 participant