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

Fixes #6155: Fix admin links for plugins, background tasks

This commit is contained in:
jeremystretch
2021-04-14 09:46:05 -04:00
parent e3f5062583
commit 8701b20899
2 changed files with 6 additions and 7 deletions

View File

@@ -27,6 +27,7 @@
* [#6123](https://github.com/netbox-community/netbox/issues/6123) - Prevent device from being assigned to mismatched site and location
* [#6124](https://github.com/netbox-community/netbox/issues/6124) - Location `parent` filter should return all child locations (not just those directly assigned)
* [#6130](https://github.com/netbox-community/netbox/issues/6130) - Improve display of assigned models in custom fields list
* [#6155](https://github.com/netbox-community/netbox/issues/6155) - Fix admin links for plugins, background tasks
---