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

In 7.6.1, when a saved search has no description, the search page then fails to load. #11551

Closed
CWDamm-Kint opened this issue Oct 17, 2024 · 1 comment
Labels

Comments

@CWDamm-Kint
Copy link
Contributor

In 7.6.1, when a saved search has no description, the search page then fails to load.

This is because the search description is null, but the JavaScript file is looking for an active language, which doesn't exist, hence the error:

TypeError: Cannot read properties of null (reading 'en')

image

@SDScandrettKint
Copy link
Member

SDScandrettKint commented Nov 5, 2024

Note, this also seems to happen in 7.5. While the error doesn't produce the "undefined of undefined" search result, it does prevent the saved search from actually displaying. The saved search will only display if a description is provided.

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

No branches or pull requests

3 participants