Skip to content

A missing manufacturer entry confuses responder moderation #289

@peternewman

Description

@peternewman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions