[PR #3867] [MERGED] Fixes #3668: use q to search when assigning IP #12673

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3867
Author: @hSaria
Created: 1/9/2020
Status: Merged
Merged: 1/10/2020
Merged by: @jeremystretch

Base: developHead: 3668-address-assign-dns-filter


📝 Commits (7)

  • 1cdbfd6 Fixes #3668: search address by DNS name when assigning
  • 40625d1 Merge branch 'develop' into 3668-address-assign-dns-filter
  • 472486a Changed to q filter
  • 581ed52 Added changelog for 3009
  • b53480d Merge branch 'develop' into 3668-address-assign-dns-filter
  • 86865b9 Added changelog for 3009
  • 4be7ca0 Merge branch 'develop' into 3668-address-assign-dns-filter

📊 Changes

5 files changed (+14 additions, -12 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+2 -0)
📝 netbox/ipam/forms.py (+4 -3)
📝 netbox/ipam/tables.py (+1 -1)
📝 netbox/ipam/views.py (+5 -6)
📝 netbox/templates/ipam/ipaddress_assign.html (+2 -2)

📄 Description

Fixes: #3009

Fixes: #3668

Search by address (starting with), DNS name (icontains), or description (icontains) when assigning an IP address.


🔄 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/3867 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 1/9/2020 **Status:** ✅ Merged **Merged:** 1/10/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3668-address-assign-dns-filter` --- ### 📝 Commits (7) - [`1cdbfd6`](https://github.com/netbox-community/netbox/commit/1cdbfd6d60ab5cefb6cd3f8497fb3f565618b117) Fixes #3668: search address by DNS name when assigning - [`40625d1`](https://github.com/netbox-community/netbox/commit/40625d1299612841e0eb44814d8de60d4da65018) Merge branch 'develop' into 3668-address-assign-dns-filter - [`472486a`](https://github.com/netbox-community/netbox/commit/472486acd60e1e4c37bbba24eb3e967c95d690c0) Changed to `q` filter - [`581ed52`](https://github.com/netbox-community/netbox/commit/581ed52b2424a3cc9f5b6dc1fd998591f1754344) Added changelog for 3009 - [`b53480d`](https://github.com/netbox-community/netbox/commit/b53480dd6a6e6af9aeebc9ca817bdda3e838c41d) Merge branch 'develop' into 3668-address-assign-dns-filter - [`86865b9`](https://github.com/netbox-community/netbox/commit/86865b91f8e8b1a684ed5fec688d7aed4945d48a) Added changelog for 3009 - [`4be7ca0`](https://github.com/netbox-community/netbox/commit/4be7ca0c782b56de9e5170ed55e2215b8d80dae3) Merge branch 'develop' into 3668-address-assign-dns-filter ### 📊 Changes **5 files changed** (+14 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+2 -0) 📝 `netbox/ipam/forms.py` (+4 -3) 📝 `netbox/ipam/tables.py` (+1 -1) 📝 `netbox/ipam/views.py` (+5 -6) 📝 `netbox/templates/ipam/ipaddress_assign.html` (+2 -2) </details> ### 📄 Description ### Fixes: #3009 ### Fixes: #3668 Search by address (starting with), DNS name (icontains), or description (icontains) when assigning an IP address. --- <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:22:58 +01:00
adam closed this issue 2025-12-29 22:22:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12673