[PR #18292] [MERGED] Fixes: #18289 - Add 'created' and 'last_updated' fields to ModuleTypeTable #15313

Closed
opened 2025-12-30 00:21:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18292
Author: @bctiemann
Created: 1/2/2025
Status: Merged
Merged: 1/3/2025
Merged by: @jeremystretch

Base: developHead: 18289-module-type-last-updated


📝 Commits (2)

  • e9fc6f8 Add 'created' and 'last_updated' fields to ModuleTypeTable for consistency
  • e1c7c5a Add 'created' and 'last_updated' fields to ModuleTable for consistency

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 netbox/dcim/tables/modules.py (+2 -1)

📄 Description

Fixes: #18289

ModuleTypeTable is missing created and last_updated as selectable fields for sorting, as is consistent for other tables such as DeviceTypeTable. This change adds those fields to fields.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/18292 **Author:** [@bctiemann](https://github.com/bctiemann) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `18289-module-type-last-updated` --- ### 📝 Commits (2) - [`e9fc6f8`](https://github.com/netbox-community/netbox/commit/e9fc6f8e3893a97bc5c243b0345cc1afc47e3b44) Add 'created' and 'last_updated' fields to ModuleTypeTable for consistency - [`e1c7c5a`](https://github.com/netbox-community/netbox/commit/e1c7c5aee44e838d35f9990cc6278df88c6de90a) Add 'created' and 'last_updated' fields to ModuleTable for consistency ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/tables/modules.py` (+2 -1) </details> ### 📄 Description ### Fixes: #18289 `ModuleTypeTable` is missing `created` and `last_updated` as selectable fields for sorting, as is consistent for other tables such as `DeviceTypeTable`. This change adds those fields to `fields`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:21:13 +01:00
adam closed this issue 2025-12-30 00:21:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15313