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

Fixes #4033: Restore missing comments field label of various bulk edit forms

This commit is contained in:
Jeremy Stretch
2020-01-28 16:09:10 -05:00
parent 0a11fc1221
commit 8de9f52151
4 changed files with 12 additions and 6 deletions

View File

@ -23,6 +23,7 @@
* [#4027](https://github.com/netbox-community/netbox/issues/4027) - Repair schema migration for #3569 to convert IP addresses with DHCP status
* [#4028](https://github.com/netbox-community/netbox/issues/4028) - Correct URL patterns to match Unicode characters in tag slugs
* [#4030](https://github.com/netbox-community/netbox/issues/4030) - Fix exception when setting interfaces to tagged mode in bulk
* [#4033](https://github.com/netbox-community/netbox/issues/4033) - Restore missing comments field label of various bulk edit forms
---