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

Fixes #12270: Fix pre-population of list values when creating a saved filter

This commit is contained in:
jeremystretch
2023-04-19 17:41:38 -04:00
parent 7b374e4cf6
commit 164b2a5016
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#12270](https://github.com/netbox-community/netbox/issues/12270) - Fix pre-population of list values when creating a saved filter
* [#12296](https://github.com/netbox-community/netbox/issues/12296) - Fix "mark connected" form field for bulk editing front & rear ports
---