[PR #16229] [MERGED] Fixes #16228: Fix permissions enforcement for GraphQL queries of users & groups #14811

Closed
opened 2025-12-29 23:26:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16229
Author: @jeremystretch
Created: 5/21/2024
Status: Merged
Merged: 5/21/2024
Merged by: @jeremystretch

Base: developHead: 16228-fix-graphql-users


📝 Commits (1)

  • 2f2a785 Fixes #16228: Fix permissions enforcement for GraphQL queries of users & groups

📊 Changes

1 file changed (+5 additions, -9 deletions)

View changed files

📝 netbox/users/graphql/types.py (+5 -9)

📄 Description

Fixes: #16228

  • The User & Group types must inherit BaseObjectType
  • Clean up unused imports

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/16229 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16228-fix-graphql-users` --- ### 📝 Commits (1) - [`2f2a785`](https://github.com/netbox-community/netbox/commit/2f2a785e5341099fa63ec44b36e8f8e10300c5fa) Fixes #16228: Fix permissions enforcement for GraphQL queries of users & groups ### 📊 Changes **1 file changed** (+5 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `netbox/users/graphql/types.py` (+5 -9) </details> ### 📄 Description ### Fixes: #16228 - The User & Group types must inherit BaseObjectType - Clean up unused imports --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:26:53 +01:00
adam closed this issue 2025-12-29 23:26:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14811