Fixes #21749: Prevent sorting on unsupported Provider, Member, and Action Object columns #70

Closed
opened 2026-04-05 16:21:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pheus on 3/26/2026

Fixes: #21749

Mark the provider, member, and action_object table columns as non-orderable.

These columns rely on complex accessors that do not map cleanly to database ordering, which can cause table rendering errors when sorting is applied. Marking them as non-orderable fixes the immediate issue while keeping this change focused on the bug itself.

Broader table-ordering test coverage will be handled separately as housekeeping work.

*Originally created by @pheus on 3/26/2026* ### Fixes: #21749 Mark the `provider`, `member`, and `action_object` table columns as non-orderable. These columns rely on complex accessors that do not map cleanly to database ordering, which can cause table rendering errors when sorting is applied. Marking them as non-orderable fixes the immediate issue while keeping this change focused on the bug itself. Broader table-ordering test coverage will be handled separately as housekeeping work.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#70