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

Fixes #10259: Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed

This commit is contained in:
jeremystretch
2022-09-07 14:30:51 -04:00
parent b702822857
commit 51d066a1bc
2 changed files with 15 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
### Bug Fixes
* [#9231](https://github.com/netbox-community/netbox/issues/9231) - Fix `empty` lookup expression for string filters
* [#10259](https://github.com/netbox-community/netbox/issues/10259) - Fix `NoReverseMatch` exception when listing available prefixes with "flat" column displayed
* [#10270](https://github.com/netbox-community/netbox/issues/10270) - Fix custom field validation when creating new services
* [#10278](https://github.com/netbox-community/netbox/issues/10278) - Fix "create & add another" for image attachments