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

Fixes #5718: Fix bulk editing of services when no port(s) are defined

This commit is contained in:
Jeremy Stretch
2021-02-04 13:01:55 -05:00
parent e155acbbd4
commit e3e928f1c4
3 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#5716](https://github.com/netbox-community/netbox/issues/5716) - Fix filtering rack reservations by custom field
* [#5718](https://github.com/netbox-community/netbox/issues/5718) - Fix bulk editing of services when no port(s) are defined
---