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

Closes #7924: Include child groups on contact group view

This commit is contained in:
jeremystretch
2021-12-03 11:00:00 -05:00
parent 68f322a03b
commit a99d14c13f
3 changed files with 31 additions and 3 deletions

View File

@ -15,6 +15,7 @@
* [#7812](https://github.com/netbox-community/netbox/issues/7812) - Enable change logging for image attachments
* [#7858](https://github.com/netbox-community/netbox/issues/7858) - Standardize the representation of content types across import & export functions
* [#7884](https://github.com/netbox-community/netbox/issues/7884) - Add FHRP groups column to interface tables
* [#7924](https://github.com/netbox-community/netbox/issues/7924) - Include child groups on contact group view
* [#7925](https://github.com/netbox-community/netbox/issues/7925) - Linkify contact phone and email attributes
### Bug Fixes