[PR #13336] [MERGED] Adds custom field on webhook model #14162

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13336
Author: @abhi1693
Created: 8/1/2023
Status: Merged
Merged: 8/1/2023
Merged by: @jeremystretch

Base: featureHead: feat/11936-cf-webhook


📝 Commits (3)

  • 836e6e0 adds custom field on webhook model #11936
  • a5c56b7 adds tags on webhook model #11936
  • f613130 Remove extraneous import; revert change to NetBoxModelForm (no longer needed)

📊 Changes

11 files changed (+51 additions, -15 deletions)

View changed files

📝 netbox/extras/api/serializers.py (+2 -2)
📝 netbox/extras/filtersets.py (+1 -1)
📝 netbox/extras/forms/bulk_edit.py (+4 -1)
📝 netbox/extras/forms/bulk_import.py (+2 -2)
📝 netbox/extras/forms/filtersets.py (+6 -3)
📝 netbox/extras/forms/model_forms.py (+2 -2)
📝 netbox/extras/graphql/types.py (+2 -2)
netbox/extras/migrations/0098_webhook_custom_field_data_webhook_tags.py (+25 -0)
📝 netbox/extras/models/models.py (+1 -1)
📝 netbox/extras/tables/tables.py (+4 -1)
📝 netbox/templates/extras/webhook.html (+2 -0)

📄 Description

Fixes: #11936


🔄 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/13336 **Author:** [@abhi1693](https://github.com/abhi1693) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `feat/11936-cf-webhook` --- ### 📝 Commits (3) - [`836e6e0`](https://github.com/netbox-community/netbox/commit/836e6e008d1732c42b986405901a8c3070d14657) adds custom field on webhook model #11936 - [`a5c56b7`](https://github.com/netbox-community/netbox/commit/a5c56b73f19bd9908dbfde5271a4e6e1b0be5d2b) adds tags on webhook model #11936 - [`f613130`](https://github.com/netbox-community/netbox/commit/f613130a9ee93c97f528c66f3e246abf26bc76bb) Remove extraneous import; revert change to NetBoxModelForm (no longer needed) ### 📊 Changes **11 files changed** (+51 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/api/serializers.py` (+2 -2) 📝 `netbox/extras/filtersets.py` (+1 -1) 📝 `netbox/extras/forms/bulk_edit.py` (+4 -1) 📝 `netbox/extras/forms/bulk_import.py` (+2 -2) 📝 `netbox/extras/forms/filtersets.py` (+6 -3) 📝 `netbox/extras/forms/model_forms.py` (+2 -2) 📝 `netbox/extras/graphql/types.py` (+2 -2) ➕ `netbox/extras/migrations/0098_webhook_custom_field_data_webhook_tags.py` (+25 -0) 📝 `netbox/extras/models/models.py` (+1 -1) 📝 `netbox/extras/tables/tables.py` (+4 -1) 📝 `netbox/templates/extras/webhook.html` (+2 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #11936 <!-- Please include a summary of the proposed changes below. --> --- <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:22:56 +01:00
adam closed this issue 2025-12-29 23:22:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14162