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

Closes #10816: Pass the current request when instantiating a FilterSet within UI views

This commit is contained in:
jeremystretch
2022-11-02 11:00:09 -04:00
parent 0b24d3d892
commit ea61a540cd
3 changed files with 7 additions and 5 deletions

View File

@ -56,6 +56,7 @@ A new `PluginMenu` class has been introduced, which enables a plugin to inject a
* [#9046](https://github.com/netbox-community/netbox/issues/9046) - Remove legacy contact fields from provider model
* [#10358](https://github.com/netbox-community/netbox/issues/10358) - Raise minimum required PostgreSQL version from 10 to 11
* [#10699](https://github.com/netbox-community/netbox/issues/10699) - Remove custom `import_object()` function
* [#10816](https://github.com/netbox-community/netbox/issues/10816) - Pass the current request when instantiating a FilterSet within UI views
### REST API Changes