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

Fixes #7814: Fix restriction of user & group objects in GraphQL API queries

This commit is contained in:
jeremystretch
2021-11-12 08:23:58 -05:00
parent 9f8068e8d1
commit daf6c8e327
2 changed files with 3 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
* [#7802](https://github.com/netbox-community/netbox/issues/7802) - Differentiate ID and VID columns in VLANs table
* [#7808](https://github.com/netbox-community/netbox/issues/7808) - Fix reference values for content type under custom field import form
* [#7809](https://github.com/netbox-community/netbox/issues/7809) - Add missing export template support for various models
* [#7814](https://github.com/netbox-community/netbox/issues/7814) - Fix restriction of user & group objects in GraphQL API queries
---