diff --git a/docs/release-notes/version-2.9.md b/docs/release-notes/version-2.9.md index 2b06d0582..8dd45b1f8 100644 --- a/docs/release-notes/version-2.9.md +++ b/docs/release-notes/version-2.9.md @@ -2,6 +2,10 @@ ## v2.9-beta3 (FUTURE) +### Enhancements + +* [#5024](https://github.com/netbox-community/netbox/issues/5024) - List available options for choice fields within CSV import forms + ### Bug Fixes * [#4990](https://github.com/netbox-community/netbox/issues/4990) - Restore change logging during custom script execution diff --git a/netbox/templates/utilities/obj_bulk_import.html b/netbox/templates/utilities/obj_bulk_import.html index 4359d49a6..9d63788ba 100644 --- a/netbox/templates/utilities/obj_bulk_import.html +++ b/netbox/templates/utilities/obj_bulk_import.html @@ -66,6 +66,24 @@ {% endif %} + {% if field.choice_values %} + + + {% endif %} {% if field.help_text %} {{ field.help_text }}
{% elif field.label %}