netbox/netbox
Harm Geerts 34d32374a8 Fix #12983 bulk edit of M2M fields when nothing is selected
Partially revert 41c92483a0 to restore
bulk edit with m2m fields. The m2m cleaned_data yields a empty queryset
when nothing is selected. By setting the m2m relation unless set null is
checked even when nothing is selected the m2m relation is always
cleared.

This commit only sets the m2m relation when a selection is made.
2023-06-27 08:28:19 -04:00
..
circuits Adds contact tabs (#12460) 2023-05-12 10:26:26 -04:00
core fixes choice field schema for response #12960 2023-06-23 14:21:51 -04:00
dcim Add QSFP-DD (100GE) interface type 2023-06-27 08:02:46 -04:00
extras Fixes #13011: Allow comma in custom links 2023-06-27 08:00:33 -04:00
ipam fix ip address assignment #12953 2023-06-23 14:39:16 -04:00
media Tweak gitignore to include devicetype-images directory 2020-02-20 13:42:23 -05:00
netbox Fix #12983 bulk edit of M2M fields when nothing is selected 2023-06-27 08:28:19 -04:00
project-static Adds image preview back on the table (#12739) 2023-05-30 09:41:32 -04:00
reports
scripts Remove extraneous demo scripts 2019-09-23 09:21:38 -04:00
templates Fixes #12961: Set correct return_url for object contacts tabs 2023-06-26 12:50:54 -04:00
tenancy Fixes #12715: Use contact assignments table to display the contacts assigned to an object 2023-05-30 14:51:16 -04:00
users Adds ip to failed logs (#12725) 2023-05-26 08:46:49 -04:00
utilities Fixes #12977: Fix URL parameters for object count dashboard widgets (#12991) 2023-06-26 14:21:26 -04:00
virtualization Fixes #12847 - Include Missing Add buttons to Views 2023-06-14 10:05:43 -07:00
wireless Merge branch 'develop' into feature 2023-04-26 15:09:51 -04:00
generate_secret_key.py Change Interpreter in shebang to python3 2023-02-27 14:09:10 -05:00
manage.py