[PR #17458] [MERGED] 17444 fix event rules jobs enqueue #15093

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17458
Author: @arthanson
Created: 9/11/2024
Status: Merged
Merged: 9/12/2024
Merged by: @jeremystretch

Base: developHead: 17444-event-rules


📝 Commits (5)

📊 Changes

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

View changed files

📝 netbox/netbox/jobs.py (+2 -1)

📄 Description

Fixes: #17444

Scripts pass in a name param in extras.events.process_event_rules to the enqueue function resulting in duplicate name params as there will be a name in kwargs.


🔄 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/17458 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17444-event-rules` --- ### 📝 Commits (5) - [`5cf1f64`](https://github.com/netbox-community/netbox/commit/5cf1f64615488bde58b5bbfc3111776359d69fdd) 17444 fix event rules jobs enqueue - [`6966cb4`](https://github.com/netbox-community/netbox/commit/6966cb45cb5603725adde3d2235fb3da5f568526) 17444 fix event rules jobs enqueue - [`919d16c`](https://github.com/netbox-community/netbox/commit/919d16cbd3bd2a27e4c5ce587474ad57aa60c24b) 17444 fix event rules jobs enqueue - [`3082b20`](https://github.com/netbox-community/netbox/commit/3082b20bf54f4b1719f4bed1f533a75f25e91dd3) 17444 cleanup - [`4a57d36`](https://github.com/netbox-community/netbox/commit/4a57d36c905fcab6e82e89ee8454c3b6e189a164) 17444 cleanup ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/jobs.py` (+2 -1) </details> ### 📄 Description ### Fixes: #17444 Scripts pass in a name param in extras.events.process_event_rules to the enqueue function resulting in duplicate name params as there will be a name in kwargs. --- <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:57 +01:00
adam closed this issue 2025-12-30 00:19:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15093