Closes #21459: Avoid prefetching data for hidden table columns #331

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

Originally created by @jeremystretch on 2/17/2026

Closes: #21459

  • Move the logic for determining pre-fetched fields to after columns have been hidden (in the new _apply_prefetching() method)
  • Call _apply_prefetching() from configure()
  • Add a test for dynamic table prefetching
  • Stop passing user when initializing the table (no longer needed)
*Originally created by @jeremystretch on 2/17/2026* ### Closes: #21459 - Move the logic for determining pre-fetched fields to _after_ columns have been hidden (in the new `_apply_prefetching()` method) - Call `_apply_prefetching()` from `configure()` - Add a test for dynamic table prefetching - Stop passing `user` when initializing the table (no longer needed)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#331