[PR #2316] [MERGED] Release v2.4.1 #12356

Closed
opened 2025-12-29 22:21:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2316
Author: @jeremystretch
Created: 8/7/2018
Status: Merged
Merged: 8/7/2018
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (8)

  • 209e721 Post-release version bump
  • 12dfd4b Fixes #2308: Custom fields panel absent from object view in UI
  • bba88b2 Fixes #2303: Always redirect to parent object when bulk editing/deleting components
  • 98bdb0c Fixes #2310: False validation error on certain nested serializers
  • 64f34d9 Fixes #2311: Redirect to parent after editing interface from device/VM view
  • 1905516 Fixes #2314: Serialized representation of object in change log does not incldue assigned tags
  • c7acddb Fixes #2312: Running a report yields a ValueError exception
  • 81479ac Release v2.4.1

📊 Changes

14 files changed (+61 additions, -25 deletions)

View changed files

netbox/_reports (+1 -0)
📝 netbox/dcim/api/serializers.py (+3 -3)
📝 netbox/dcim/tests/test_api.py (+34 -6)
📝 netbox/extras/reports.py (+2 -4)
📝 netbox/netbox/settings.py (+1 -1)
netbox/reports/__init__.py (+0 -0)
📝 netbox/templates/dcim/device.html (+1 -1)
📝 netbox/templates/dcim/inc/devicetype_component_table.html (+2 -2)
📝 netbox/templates/dcim/inc/interface.html (+1 -1)
📝 netbox/templates/inc/custom_fields_panel.html (+1 -1)
📝 netbox/templates/virtualization/virtualmachine.html (+2 -2)
📝 netbox/utilities/utils.py (+2 -2)
📝 netbox/virtualization/api/serializers.py (+1 -1)
📝 netbox/virtualization/tests/test_api.py (+10 -1)

📄 Description

Bug Fixes

  • #2303 - Always redirect to parent object when bulk editing/deleting components
  • #2308 - Custom fields panel absent from object view in UI
  • #2310 - False validation error on certain nested serializers
  • #2311 - Redirect to parent after editing interface from device/VM view
  • #2312 - Running a report yields a ValueError exception
  • #2314 - Serialized representation of object in change log does not include assigned tags

🔄 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/2316 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/7/2018 **Status:** ✅ Merged **Merged:** 8/7/2018 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (8) - [`209e721`](https://github.com/netbox-community/netbox/commit/209e7212190c3d9effdb009135468389f35e1052) Post-release version bump - [`12dfd4b`](https://github.com/netbox-community/netbox/commit/12dfd4b6e0a201024849911094b25f56e7242f05) Fixes #2308: Custom fields panel absent from object view in UI - [`bba88b2`](https://github.com/netbox-community/netbox/commit/bba88b2be4747c54ac5e48d4919fedcae4e1977b) Fixes #2303: Always redirect to parent object when bulk editing/deleting components - [`98bdb0c`](https://github.com/netbox-community/netbox/commit/98bdb0cb3c2f030e1300f35ce47e8d4bbd390f9e) Fixes #2310: False validation error on certain nested serializers - [`64f34d9`](https://github.com/netbox-community/netbox/commit/64f34d9cd7011ec078ed1038a73f3ff377b8edcd) Fixes #2311: Redirect to parent after editing interface from device/VM view - [`1905516`](https://github.com/netbox-community/netbox/commit/1905516536d2440985a43bcf628347da8a26ff5d) Fixes #2314: Serialized representation of object in change log does not incldue assigned tags - [`c7acddb`](https://github.com/netbox-community/netbox/commit/c7acddbc5cdccaddd6e51e10848f494e9820877c) Fixes #2312: Running a report yields a ValueError exception - [`81479ac`](https://github.com/netbox-community/netbox/commit/81479ac1778ef58379e8a3bf1abb5a2bb6f4d82a) Release v2.4.1 ### 📊 Changes **14 files changed** (+61 additions, -25 deletions) <details> <summary>View changed files</summary> ➕ `netbox/_reports` (+1 -0) 📝 `netbox/dcim/api/serializers.py` (+3 -3) 📝 `netbox/dcim/tests/test_api.py` (+34 -6) 📝 `netbox/extras/reports.py` (+2 -4) 📝 `netbox/netbox/settings.py` (+1 -1) ➖ `netbox/reports/__init__.py` (+0 -0) 📝 `netbox/templates/dcim/device.html` (+1 -1) 📝 `netbox/templates/dcim/inc/devicetype_component_table.html` (+2 -2) 📝 `netbox/templates/dcim/inc/interface.html` (+1 -1) 📝 `netbox/templates/inc/custom_fields_panel.html` (+1 -1) 📝 `netbox/templates/virtualization/virtualmachine.html` (+2 -2) 📝 `netbox/utilities/utils.py` (+2 -2) 📝 `netbox/virtualization/api/serializers.py` (+1 -1) 📝 `netbox/virtualization/tests/test_api.py` (+10 -1) </details> ### 📄 Description ## Bug Fixes * [#2303](https://github.com/digitalocean/netbox/issues/2303) - Always redirect to parent object when bulk editing/deleting components * [#2308](https://github.com/digitalocean/netbox/issues/2308) - Custom fields panel absent from object view in UI * [#2310](https://github.com/digitalocean/netbox/issues/2310) - False validation error on certain nested serializers * [#2311](https://github.com/digitalocean/netbox/issues/2311) - Redirect to parent after editing interface from device/VM view * [#2312](https://github.com/digitalocean/netbox/issues/2312) - Running a report yields a ValueError exception * [#2314](https://github.com/digitalocean/netbox/issues/2314) - Serialized representation of object in change log does not include assigned tags --- <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-29 22:21:04 +01:00
adam closed this issue 2025-12-29 22:21:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12356