[PR #17172] [MERGED] 17169 use config_name for matching in plugin catalog #15016

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17172
Author: @arthanson
Created: 8/15/2024
Status: Merged
Merged: 8/15/2024
Merged by: @jeremystretch

Base: featureHead: 17169-plugin-catalog


📝 Commits (2)

  • 569cb9a 17169 use config_name for matching
  • a5b3e72 17169 remove cache buster

📊 Changes

3 files changed (+9 additions, -8 deletions)

View changed files

📝 netbox/core/plugins.py (+3 -2)
📝 netbox/core/tables/plugins.py (+4 -4)
📝 netbox/templates/core/plugin.html (+2 -2)

📄 Description

Fixes: #17169

Per review of interfacing with Plugin Catalog - used config_name for matching of plugins and used title_long instead of title_short for the display name.


🔄 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/17172 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 8/15/2024 **Status:** ✅ Merged **Merged:** 8/15/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17169-plugin-catalog` --- ### 📝 Commits (2) - [`569cb9a`](https://github.com/netbox-community/netbox/commit/569cb9ae7450973f02ebfad45ffc8df299009105) 17169 use config_name for matching - [`a5b3e72`](https://github.com/netbox-community/netbox/commit/a5b3e72ebb4385cba0dd7d4c28ea312301d2bac5) 17169 remove cache buster ### 📊 Changes **3 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/core/plugins.py` (+3 -2) 📝 `netbox/core/tables/plugins.py` (+4 -4) 📝 `netbox/templates/core/plugin.html` (+2 -2) </details> ### 📄 Description ### Fixes: #17169 Per review of interfacing with Plugin Catalog - used config_name for matching of plugins and used title_long instead of title_short for the display name. --- <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:19:28 +01:00
adam closed this issue 2025-12-30 00:19:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15016