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

Fixes #7425: Housekeeping command should honor zero verbosity

This commit is contained in:
jeremystretch
2021-10-01 15:29:22 -04:00
parent a1f271d7d9
commit 376c776520
2 changed files with 40 additions and 23 deletions

View File

@@ -18,6 +18,7 @@
* [#7411](https://github.com/netbox-community/netbox/issues/7411) - Fix exception in UI when adding member devices to virtual chassis
* [#7412](https://github.com/netbox-community/netbox/issues/7412) - Fix exception in UI when adding child device to device bay
* [#7417](https://github.com/netbox-community/netbox/issues/7417) - Prevent exception when filtering objects list by invalid tag
* [#7425](https://github.com/netbox-community/netbox/issues/7425) - Housekeeping command should honor zero verbosity
---