1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #10470: Omit read-only custom fields from CSV import forms

This commit is contained in:
jeremystretch
2022-09-26 16:47:34 -04:00
parent 2463e4efd3
commit dda193247a
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
* [#10439](https://github.com/netbox-community/netbox/issues/10439) - Fix form widget styling for DeviceType airflow field
* [#10445](https://github.com/netbox-community/netbox/issues/10445) - Avoid rounding virtual machine memory values
* [#10461](https://github.com/netbox-community/netbox/issues/10461) - Enable filtering by read-only custom fields in the UI
* [#10470](https://github.com/netbox-community/netbox/issues/10470) - Omit read-only custom fields from CSV import forms
---