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

Merge pull request #10286 from netbox-community/10259-prefix-flat-link

Fixes #10259: Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed
This commit is contained in:
Jeremy Stretch
2022-09-08 16:47:27 -04:00
committed by GitHub
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