From 31c58409e1ebfaeea559bbdf2f4f9bb6e1c1d6e0 Mon Sep 17 00:00:00 2001 From: Sergio Saucedo Date: Mon, 24 Jan 2022 02:36:27 -0600 Subject: [PATCH 01/35] Set install_date default value as empty string --- netbox/circuits/tables.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netbox/circuits/tables.py b/netbox/circuits/tables.py index 889792be3..ef34fb908 100644 --- a/netbox/circuits/tables.py +++ b/netbox/circuits/tables.py @@ -140,6 +140,9 @@ class CircuitTable(BaseTable): template_code=CIRCUITTERMINATION_LINK, verbose_name='Side Z' ) + install_date = tables.DateColumn( + default='' + ) commit_rate = CommitRateColumn() comments = MarkdownColumn() tags = TagColumn( From 795134c084c24efe2c86de266390071216b0233b Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 3 Feb 2022 11:34:36 -0500 Subject: [PATCH 02/35] PRVB --- netbox/netbox/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index d69c45fc9..c7498d1f2 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -19,7 +19,7 @@ from netbox.config import PARAMS # Environment setup # -VERSION = '3.1.7' +VERSION = '3.1.8-dev' # Hostname HOSTNAME = platform.node() From 201077b6f6fe2f93508ed9c997411916c70c1968 Mon Sep 17 00:00:00 2001 From: Jason Yates Date: Fri, 4 Feb 2022 20:44:43 +0000 Subject: [PATCH 03/35] Fixes #8561 - Unable to connect a cable from rear ports of a patch panel to a device console port --- netbox/dcim/tables/template_code.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py index 233694a7a..1d68c466a 100644 --- a/netbox/dcim/tables/template_code.py +++ b/netbox/dcim/tables/template_code.py @@ -298,6 +298,8 @@ REARPORT_BUTTONS = """