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

Bugfix: restore GlobalSearch sort method and sort order #1185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wutschel
Copy link
Collaborator

@wutschel wutschel commented Nov 3, 2024

Description

Fixes and issue reported in this forum post.

The issue was caused by #1145, which resulted in GlobalSearch having method equal to nil instead of @[@{}]. This in consequence resulted in sort method and sort order not being restored anymore. This PR fixes this by removing the check for nil when restoring, as it is not required for robustness or function.

Summary for release notes

Bugfix: restore GlobalSearch sort method and sort order

This is not needed and impacts restoring sort method and sort order of GlobalSearch.
@wutschel wutschel added the bugfix label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant