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

Fixes #8611: Fix bulk editing for certain custom link, webhook, and journal entry fields

This commit is contained in:
jeremystretch
2022-02-11 15:34:41 -05:00
parent e1ef911d40
commit f11ad99983
2 changed files with 15 additions and 8 deletions

View File

@ -15,6 +15,7 @@
* [#8564](https://github.com/netbox-community/netbox/issues/8564) - Fix errant table configuration key `available_columns`
* [#8578](https://github.com/netbox-community/netbox/issues/8578) - Object change log tables should honor user's configured preferences
* [#8604](https://github.com/netbox-community/netbox/issues/8604) - Fix tag filter on config context list filter form
* [#8611](https://github.com/netbox-community/netbox/issues/8611) - Fix bulk editing for certain custom link, webhook, and journal entry fields
---