netbox/netbox/dcim
Dillon Henschen 078893e034
Closes #11619: Include VLANs with a null site in query during bulk interface edit for Devices > DEVICE COMPONENTS > Interfaces (#12659)
* Closes #11619: Allow VLANs without a site during multi-port edits

This commit allows users to be able to select VLANs without a site assignment
during bulk interfaces edits under Devices > DEVICE COMPONENTS > Interfaces.

Prior to this commit, only VLANs that were assigned the same site as the device
were available for selection.

* Replace 'null' with FILTERS_NULL_CHOICE_VALUE constant

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-22 15:37:31 -04:00
..
api 12548 add prefetch_related for l2vpn and vdcs to interface api 2023-05-18 14:18:55 -04:00
forms Closes #11619: Include VLANs with a null site in query during bulk interface edit for Devices > DEVICE COMPONENTS > Interfaces (#12659) 2023-05-22 15:37:31 -04:00
graphql 11291 optimize GraphQL queries (#11943) 2023-03-23 08:42:18 -04:00
management Test cleanup 2022-05-13 15:34:01 -04:00
migrations Closes #11017: increase maximum power draw (#12587) 2023-05-12 16:10:12 -04:00
models Closes #11017: increase maximum power draw (#12587) 2023-05-12 16:10:12 -04:00
svg Adds stroke to the reservation (#12506) 2023-05-09 10:21:23 -04:00
tables adds parent device and bay position to table #12223 2023-05-05 15:23:28 -04:00
tests Fixes #10686 - Import cables using VC master device (#12551) 2023-05-12 09:07:51 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py 8927 plugin search (#10489) 2022-10-10 14:00:59 -04:00
choices.py Adding interface type 200gbase-x-qsfpdd 2023-05-22 13:11:29 -04:00
constants.py #9935 add new wireless choices for interfaces (#10116) 2022-08-24 16:36:38 -04:00
fields.py Closes #8550: Implement ASN ranges (#11835) 2023-02-27 16:36:05 -05:00
filtersets.py 11422 add power-panel-name to quick search of power feeds 2023-05-03 08:36:12 -04:00
lookups.py Introduce PathContains lookup to allow filtering against objects in path directly 2020-10-06 09:41:45 -04:00
search.py #10520: Restore ability to edit platform NAPALM fields via UI 2023-04-21 11:21:42 -04:00
signals.py Fixes #10201: Fix AssertionError exception when removing some terminations from an existing cable 2023-01-11 14:42:25 -05:00
urls.py Fixes #11528: Permit import of devices using uploaded file 2023-01-25 09:55:45 -05:00
utils.py Fixes #9778: Fix exception during cable deletion after deleting a connected termination 2022-08-03 12:46:16 -04:00
views.py Adds contact tabs (#12460) 2023-05-12 10:26:26 -04:00