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

Ignore lists with missing hashes on the dashboard #607

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

lukasrad02
Copy link
Contributor

In our production instance, there are some mailing lists that have not been created with tenca and thus are lacking the tenca hash id. This causes an error on the server when somebody who is member of such a list visits the dashboard.

This PR sets a new flag when querying the lists from tenca to prevent the error to be raised.

@lukasrad02 lukasrad02 requested a review from jeriox August 8, 2024 17:39
@jeriox
Copy link
Contributor

jeriox commented Aug 8, 2024

How about adding a hash to those lists? As of #582 we shouldn't have the need to create lists out of tenca anymore?

@lukasrad02
Copy link
Contributor Author

I could imagine there might still be cases in which we want to create lists without involving tenca (internal testing or limitations other than the configurable footer), especially since there are some migrations to the underlying mailing infrastructure planned.

Nevertheless, I will try adding a hash to the existing lists (that just lacked one due to the footer stuff) as soon as the PR you've referenced is in production.

@lukasrad02 lukasrad02 merged commit 32ee826 into main Aug 9, 2024
8 checks passed
@lukasrad02 lukasrad02 deleted the fix/lists-without-hash branch August 9, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants