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

Closes #6931: Include applied filters on object list view

This commit is contained in:
jeremystretch
2021-08-10 13:04:50 -04:00
parent 6845fb0f00
commit c7ebad0fbb
5 changed files with 73 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#6829](https://github.com/netbox-community/netbox/issues/6829) - Extend GraphQL API to support reverse generic relationships
* [#6931](https://github.com/netbox-community/netbox/issues/6931) - Include applied filters on object list view
### Bug Fixes