[PR #18996] [MERGED] Fixes: #16144 GetReturnURLMixin Support for Plugin Views #15495

Closed
opened 2025-12-30 00:22:17 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18996
Author: @renatoalmeidaoliveira
Created: 3/25/2025
Status: Merged
Merged: 3/27/2025
Merged by: @jeremystretch

Base: mainHead: 16144-GetReturnURLMixin-Support-for-Plugin-Views


📝 Commits (2)

  • 2ed6e14 Add plugin support to GetReturnURLMixin
  • babea07 use get_viewname instead of resolving the name

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 netbox/utilities/views.py (+1 -2)

📄 Description

Fixes: #16144 GetReturnURLMixin Support for Plugin Views

  • Check for Plugin model in queryset use case of GetReturnURLMixin

🔄 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/18996 **Author:** [@renatoalmeidaoliveira](https://github.com/renatoalmeidaoliveira) **Created:** 3/25/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `16144-GetReturnURLMixin-Support-for-Plugin-Views` --- ### 📝 Commits (2) - [`2ed6e14`](https://github.com/netbox-community/netbox/commit/2ed6e14c1135c2ea320f027263ca8e6ff8162146) Add plugin support to GetReturnURLMixin - [`babea07`](https://github.com/netbox-community/netbox/commit/babea071767ed3ad7ca4602792d6423b426541a8) use get_viewname instead of resolving the name ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/utilities/views.py` (+1 -2) </details> ### 📄 Description ### Fixes: #16144 GetReturnURLMixin Support for Plugin Views - Check for Plugin model in `queryset` use case of `GetReturnURLMixin` --- <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-30 00:22:17 +01:00
adam closed this issue 2025-12-30 00:22:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15495