From 2b0ddd2a98cb35bcdcde0d8e4c62fd9b680f0e74 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 2 Dec 2020 10:08:41 -0500 Subject: [PATCH] Closes #5399: Show options for cable endpoint types during bulk import --- docs/release-notes/version-2.10.md | 1 + netbox/templates/generic/object_bulk_import.html | 2 +- netbox/utilities/forms/fields.py | 9 ++++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/version-2.10.md b/docs/release-notes/version-2.10.md index 196ddf63f2..e071d49410 100644 --- a/docs/release-notes/version-2.10.md +++ b/docs/release-notes/version-2.10.md @@ -5,6 +5,7 @@ ### Enhancements * [#5274](https://github.com/netbox-community/netbox/issues/5274) - Add REST API support for custom fields +* [#5399](https://github.com/netbox-community/netbox/issues/5399) - Show options for cable endpoint types during bulk import ### Bug Fixes diff --git a/netbox/templates/generic/object_bulk_import.html b/netbox/templates/generic/object_bulk_import.html index 5bd8137220..170cf36655 100644 --- a/netbox/templates/generic/object_bulk_import.html +++ b/netbox/templates/generic/object_bulk_import.html @@ -67,7 +67,7 @@

{% block title %}{{ obj_type|bettertitle }} Bulk Import{% endblock %}

{% if field.STATIC_CHOICES %} -