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

Fixes #8604: Fix tag filter on config context list filter form

This commit is contained in:
jeremystretch
2022-02-10 11:56:41 -05:00
parent 3ee3c52e14
commit 41ee4b642f
4 changed files with 20 additions and 5 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`
* [#8604](https://github.com/netbox-community/netbox/issues/8604) - Fix tag filter on config context list filter form
---