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

A missing manufacturer entry confuses responder moderation #289

Open
peternewman opened this issue Sep 7, 2021 · 0 comments
Open

A missing manufacturer entry confuses responder moderation #289

peternewman opened this issue Sep 7, 2021 · 0 comments
Labels

Comments

@peternewman
Copy link
Member

The admin homepage reports:
n Responders in the moderation queue

But when you click into it, it tells you there are no responders left to moderate.

This is because of:


{% else %}
{% if device_id %}
Unknown manufacturer {{ manufacturer_id }}
(0x{{ manufacturer_id|stringformat:"04x" }}). Check the
<a href="http://tsp.esta.org/tsp/working_groups/CP/mfctrIDs.php" target="_blank">TSP</a> page.
{% else %}
No responders in the queue. <a href="/admin">Back</a> to the admin console or
<a href="/admin?action=flush_cache">Flush the cache</a>.
{% endif %}
{% endif %}

Showing a more obvious error would be good at least, or ideally skipping onto the next fixture.

@peternewman peternewman added the bug label Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant