[PR #7115] [MERGED] Fixes #7113: iprange bulk options within Prefix view #13213

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7115
Author: @sdktr
Created: 9/1/2021
Status: Merged
Merged: 9/1/2021
Merged by: @jeremystretch

Base: developHead: 7113-fix-prefix-iprange-bulkedit


📝 Commits (4)

📊 Changes

3 files changed (+10 additions, -1 deletions)

View changed files

📝 docs/release-notes/version-3.0.md (+1 -0)
📝 netbox/ipam/views.py (+8 -0)
📝 netbox/templates/ipam/prefix/ip_ranges.html (+1 -1)

📄 Description

Fixes: #7113

Two small fixes in this PR:

  • Add permissions object in Prefix view, to unhide the bulk edit/delete buttons in IPRange tab
  • Correct links these buttons point to

🔄 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/7115 **Author:** [@sdktr](https://github.com/sdktr) **Created:** 9/1/2021 **Status:** ✅ Merged **Merged:** 9/1/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `7113-fix-prefix-iprange-bulkedit` --- ### 📝 Commits (4) - [`20ef18f`](https://github.com/netbox-community/netbox/commit/20ef18f98f49e1b1a7d85133351fe0993f7c7534) Fixes #7113: Add permissions to IPRanges bulk actions within Prefix view - [`909d127`](https://github.com/netbox-community/netbox/commit/909d127c27455fd07cc7e2d07f5a732c5b0563b1) Fixes #7113: Correct links to IPRanges bulk actions within Prefix view - [`6f66b27`](https://github.com/netbox-community/netbox/commit/6f66b275078244794dffe3e8207bd27c0340f195) Changelog for #7113 - [`9772c57`](https://github.com/netbox-community/netbox/commit/9772c5705f6a868ba0b98ade6143cf19914553a7) Merge branch 'develop' into 7113-fix-prefix-iprange-bulkedit ### 📊 Changes **3 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.0.md` (+1 -0) 📝 `netbox/ipam/views.py` (+8 -0) 📝 `netbox/templates/ipam/prefix/ip_ranges.html` (+1 -1) </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 opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #7113 <!-- Please include a summary of the proposed changes below. --> Two small fixes in this PR: - Add permissions object in Prefix view, to unhide the bulk edit/delete buttons in IPRange tab - Correct links these buttons point to --- <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 22:26:01 +01:00
adam closed this issue 2025-12-29 22:26:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13213