Audit 2026-06-02 — UX/parity (Medium)
There is no reference to list_display_links anywhere in the frontend. The SPA hard-pins which column links to the change page, ignoring the ModelAdmin's choice — including list_display_links = None (which should disable linking entirely). It's absent from both README parity tables.
Fix: thread list_display_links through the list wire contract and render accordingly, or document it explicitly as a known gap with a tracking note.
Audit 2026-06-02 — UX/parity (Medium)
There is no reference to
list_display_linksanywhere in the frontend. The SPA hard-pins which column links to the change page, ignoring the ModelAdmin's choice — includinglist_display_links = None(which should disable linking entirely). It's absent from both README parity tables.Fix: thread
list_display_linksthrough the list wire contract and render accordingly, or document it explicitly as a known gap with a tracking note.