Skip to content

Release v3.0.1 #7130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 46 commits into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
deb53d7
Fixes #7070: Fix exception when filtering by prefix max length in UI
jeremystretch Aug 30, 2021
88b230f
Fixes #7071: Fix exception when removing a primary IP from a device/VM
jeremystretch Aug 30, 2021
bf05bc2
#7070: Fix filterset test
jeremystretch Aug 30, 2021
db29930
Fixes #7075: Wrap label selectors in quotes to ensure IDs with spaces…
thatmattlove Aug 31, 2021
4f36885
Fixes #7096: Home links should honor BASE_PATH configuration
jeremystretch Aug 31, 2021
3090981
Fixes #7084: Fix KeyError exception when editing access VLAN on an in…
jeremystretch Aug 31, 2021
65c9339
Fixes #7083: Correct labeling for VM memory attribute
jeremystretch Aug 31, 2021
8036d1e
Fixes #7078: Restore styling on server error page
jeremystretch Aug 31, 2021
7db2b9d
Fixes #7072: Fix table configuration under prefix child object views
jeremystretch Aug 31, 2021
415313a
Fixes #7082: Avoid exception when referencing invalid content type in…
jeremystretch Aug 31, 2021
7b7b01a
Changelog for #7075
jeremystretch Aug 31, 2021
86da6c6
Fixes #7089 - Adds Q filter to ContentTypeFilterSet
DanSheps Aug 31, 2021
c4c6fa6
Fix misplacement of method for #7089
DanSheps Aug 31, 2021
1c09ffd
Fixes #7101: Enforce MAX_PAGE_SIZE for table and REST API pagination
jeremystretch Aug 31, 2021
349733c
Redirect users on error to the GitHub discussion forum
candlerb Aug 31, 2021
a8cdb38
Fixes #7093: Multi-select custom field filters should employ exact match
jeremystretch Aug 31, 2021
840ea36
Merge pull request #7103 from candlerb/candlerb/7102
jeremystretch Aug 31, 2021
1909f0c
Fix #7090: Cable Bulk Edit, length field should be decimal
sdktr Aug 31, 2021
4618cc2
Merge branch 'develop' of github.com:netbox-community/netbox into 709…
sdktr Aug 31, 2021
f1e4273
Changelog for #7090
sdktr Aug 31, 2021
9c389d9
Changelog #7090 fix whitespace
sdktr Aug 31, 2021
515b6bf
Merge pull request #7105 from sdktr/7090-fix-cablebulkedit-length-field
jeremystretch Aug 31, 2021
679bbd3
Fixes #7091: Ensure API requests from the UI are aware of `BASE_PATH`
thatmattlove Aug 31, 2021
5b87232
#7081: Fix APISelect loading of paginated data
thatmattlove Aug 31, 2021
093a86b
Fixes #7081: Properly handle pre-selected values even when they're ou…
thatmattlove Aug 31, 2021
5235866
Changelog for #7081, #7091
thatmattlove Aug 31, 2021
b95e835
Fixes #7092: Fix missing object permissions on Prefix IP Addresses view
thatmattlove Aug 31, 2021
2b263b0
Fixes #7106: Fix incorrect "Map It" button URL on a site's Physical A…
thatmattlove Aug 31, 2021
d743dc1
Fixes #7080: Re-add missing image preview element
thatmattlove Sep 1, 2021
14d87a3
Fixes #7041: Properly format JSON config object returned from a NAPAL…
thatmattlove Sep 1, 2021
691c66d
Fixes #7107: Fix missing search button and search results in IP Addre…
thatmattlove Sep 1, 2021
a33e477
Remove legacy script tags from templates
thatmattlove Sep 1, 2021
20ef18f
Fixes #7113: Add permissions to IPRanges bulk actions within Prefix view
sdktr Sep 1, 2021
909d127
Fixes #7113: Correct links to IPRanges bulk actions within Prefix view
sdktr Sep 1, 2021
6f66b27
Changelog for #7113
sdktr Sep 1, 2021
f63dcb1
#7091: Simplify access to BASE_PATH variable
jeremystretch Sep 1, 2021
d2fe59a
Fixes #7109: Ensure human readability of exceptions raised during RES…
jeremystretch Sep 1, 2021
9772c57
Merge branch 'develop' into 7113-fix-prefix-iprange-bulkedit
jeremystretch Sep 1, 2021
29eb238
Merge pull request #7115 from sdktr/7113-fix-prefix-iprange-bulkedit
jeremystretch Sep 1, 2021
662c896
#7113: Add bulk actions under child prefixes view; general cleanup
jeremystretch Sep 1, 2021
528df76
#7082: Handle stale content types
jeremystretch Sep 1, 2021
707e51d
#7084: Catch ValueErrors when initializing dynamic form fields
jeremystretch Sep 1, 2021
6f94198
#7123: Remove "Global" placeholder for null VRF field
jeremystretch Sep 1, 2021
a2eb0d8
#7084: Fix issue where hidden VLAN form fields were incorrectly inclu…
thatmattlove Sep 1, 2021
7bdde47
Fixes #7124: Fix duplicate static query param values in API Select
thatmattlove Sep 1, 2021
b207f28
Release v3.0.1
jeremystretch Sep 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes #7107: Fix missing search button and search results in IP Addre…
…ss assignment "Assign IP" tab
  • Loading branch information
thatmattlove committed Sep 1, 2021
commit 691c66d2f5aa2e0784db5509e1b9a296322a0edd
1 change: 1 addition & 0 deletions docs/release-notes/version-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* [#7096](https://github.com/netbox-community/netbox/issues/7096) - Home links should honor `BASE_PATH` configuration
* [#7101](https://github.com/netbox-community/netbox/issues/7101) - Enforce `MAX_PAGE_SIZE` for table and REST API pagination
* [#7106](https://github.com/netbox-community/netbox/issues/7106) - Fix incorrect "Map It" button URL on a site's Physical Address field
* [#7107](https://github.com/netbox-community/netbox/issues/7107) - Fix missing search button and search results in IP Address assignment "Assign IP" tab

---

Expand Down
18 changes: 9 additions & 9 deletions netbox/templates/ipam/ipaddress_assign.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@
{% include 'ipam/inc/ipadress_edit_header.html' with active_tab='assign' %}
{% endblock %}

{% block content %}
{% block form %}
<form action="{% querystring request %}" method="post" class="form form-horizontal">
{% csrf_token %}
{% for field in form.hidden_fields %}
{{ field }}
{% endfor %}
<div class="row mb-3">
<div class="col col-md-8 offset-md-2">
{% include 'ipam/inc/ipadress_edit_header.html' with active_tab='assign' %}
<div class="card">
<h5 class="card-header">Select IP Address</h5>
<div class="card-body">
{% render_field form.vrf_id %}
{% render_field form.q %}
</div>
<div class="field-group">
<h6>Select IP Address</h6>
{% render_field form.vrf_id %}
{% render_field form.q %}
</div>
</div>
</div>
Expand All @@ -42,4 +39,7 @@ <h3>Search Results</h3>
</div>
</div>
{% endif %}
{% endblock %}
{% endblock form %}

{% block buttons %}
{% endblock buttons%}