[PR #7114] [CLOSED] Fixes #7113: iprange bulk options under prefix view #13211

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/7114
Author: @sdktr
Created: 9/1/2021
Status: Closed

Base: developHead: fix-prefix-iprange-bulkedit


📝 Commits (3)

  • 20ef18f Fixes #7113: Add permissions to IPRanges bulk actions within Prefix view
  • 909d127 Fixes #7113: Correct links to IPRanges bulk actions within Prefix view
  • d27b4ba Changelog for #7113x

📊 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 to the Prefix view, so bulk option buttons are allowed to show
  • Correct the links behind these buttons to IPRange bulk pages

🔄 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/7114 **Author:** [@sdktr](https://github.com/sdktr) **Created:** 9/1/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `fix-prefix-iprange-bulkedit` --- ### 📝 Commits (3) - [`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 - [`d27b4ba`](https://github.com/netbox-community/netbox/commit/d27b4baf051a249d73996b0745641562cb41d468) Changelog for #7113x ### 📊 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 to the Prefix view, so bulk option buttons are allowed to show - Correct the links behind these buttons to IPRange bulk pages --- <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#13211