Fixes #8578: Object change log tables should honor user's configured preferences

This commit is contained in:
jeremystretch
2022-02-10 12:07:09 -05:00
parent 1e880f9ccf
commit fd3e3f9b64
3 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
* [#8548](https://github.com/netbox-community/netbox/issues/8548) - Fix display of VC members when position is zero
* [#8561](https://github.com/netbox-community/netbox/issues/8561) - Include option to connect a rear port to a console port
* [#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
---