Remove duplicate created entry from RackReservationTable #181

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

Originally created by @pheus on 3/10/2026

Proposed Changes

Remove the duplicate created entry from RackReservationTable.Meta.fields in netbox/dcim/tables/racks.py.

At present, created is listed twice in the field tuple for RackReservationTable. This appears to be a small pre-existing cleanup item that was noticed while reviewing #21624, rather than something introduced by that change.

Justification

This is a minor housekeeping cleanup, but it will keep the table definition clear and consistent with the other table definitions in the same module, which list each field only once. It also avoids carrying redundant configuration forward the next time this table is updated.

*Originally created by @pheus on 3/10/2026* ### Proposed Changes Remove the duplicate `created` entry from `RackReservationTable.Meta.fields` in `netbox/dcim/tables/racks.py`. At present, `created` is listed twice in the field tuple for `RackReservationTable`. This appears to be a small pre-existing cleanup item that was noticed while reviewing #21624, rather than something introduced by that change. ### Justification This is a minor housekeeping cleanup, but it will keep the table definition clear and consistent with the other table definitions in the same module, which list each field only once. It also avoids carrying redundant configuration forward the next time this table is updated.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#181