1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #10513: Disable the reassignment of a module to a new device

This commit is contained in:
jeremystretch
2022-10-03 10:39:03 -04:00
parent 62820ea2b8
commit 9ef24d3f43
4 changed files with 13 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
* [#10461](https://github.com/netbox-community/netbox/issues/10461) - Enable filtering by read-only custom fields in the UI
* [#10470](https://github.com/netbox-community/netbox/issues/10470) - Omit read-only custom fields from CSV import forms
* [#10480](https://github.com/netbox-community/netbox/issues/10480) - Cable trace SVG links should not force a new window
* [#10513](https://github.com/netbox-community/netbox/issues/10513) - Disable the reassignment of a module to a new device
---