[PR #11423] [MERGED] Fixes #11379: Fix TypeError exception when bulk editing custom date fields #13787

Closed
opened 2025-12-29 23:20:48 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11423
Author: @jeremystretch
Created: 1/6/2023
Status: Merged
Merged: 1/6/2023
Merged by: @jeremystretch

Base: developHead: 11379-bulk-edit-custom-date-fields


📝 Commits (1)

  • e7a4d5f Fixes #11379: Fix TypeError exception when bulk editing custom date fields

📊 Changes

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

View changed files

📝 netbox/netbox/views/generic/bulk_views.py (+3 -3)

📄 Description

Fixes: #11379

  • Tweak BulkEditView to apply the serialized representation of custom field values to the objects being modified

🔄 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/11423 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/6/2023 **Status:** ✅ Merged **Merged:** 1/6/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11379-bulk-edit-custom-date-fields` --- ### 📝 Commits (1) - [`e7a4d5f`](https://github.com/netbox-community/netbox/commit/e7a4d5f244b01130bff133129bcf86ee46494428) Fixes #11379: Fix TypeError exception when bulk editing custom date fields ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/views/generic/bulk_views.py` (+3 -3) </details> ### 📄 Description ### Fixes: #11379 - Tweak BulkEditView to apply the serialized representation of custom field values to the objects being modified --- <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 23:20:48 +01:00
adam closed this issue 2025-12-29 23:20:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13787