[PR #8441] [MERGED] Fixes #8391: Install date should appear empty when exported #13355

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8441
Author: @seulsale
Created: 1/24/2022
Status: Merged
Merged: 2/14/2022
Merged by: @jeremystretch

Base: developHead: 8391-install-date-null


📝 Commits (4)

  • 31c5840 Set install_date default value as empty string
  • 8fc6050 Implement custom DateColumn improving null values handling
  • 611f1b5 Implement custom DateTimeColumn improving null values handling
  • f80452c Update import order

📊 Changes

1 file changed (+39 additions, -0 deletions)

View changed files

📝 netbox/utilities/tables.py (+39 -0)

📄 Description

Fixes: #8391

Set the default value to export installed_date values as empty when they are null


🔄 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/8441 **Author:** [@seulsale](https://github.com/seulsale) **Created:** 1/24/2022 **Status:** ✅ Merged **Merged:** 2/14/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `8391-install-date-null` --- ### 📝 Commits (4) - [`31c5840`](https://github.com/netbox-community/netbox/commit/31c58409e1ebfaeea559bbdf2f4f9bb6e1c1d6e0) Set install_date default value as empty string - [`8fc6050`](https://github.com/netbox-community/netbox/commit/8fc605037af858133dfcbdb39d7b5227915646ba) Implement custom DateColumn improving null values handling - [`611f1b5`](https://github.com/netbox-community/netbox/commit/611f1b57dde48ce0abac9d39b3f9f5a2423a8f7d) Implement custom DateTimeColumn improving null values handling - [`f80452c`](https://github.com/netbox-community/netbox/commit/f80452c7d920524643baa83c5dfd2279ed3f1388) Update import order ### 📊 Changes **1 file changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/utilities/tables.py` (+39 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #8391 <!-- Please include a summary of the proposed changes below. --> Set the default value to export installed_date values as empty when they are null --- <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:26:56 +01:00
adam closed this issue 2025-12-29 22:26:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13355