Fixes #2724: Limit rear port choices to current device when editing a front port

This commit is contained in:
Jeremy Stretch
2018-12-21 11:09:44 -05:00
parent 03fe71220a
commit 07ce4b4a7a
2 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ v2.5.2 (FUTURE)
* [#2717](https://github.com/digitalocean/netbox/issues/2717) - Fix bulk deletion of tags
* [#2721](https://github.com/digitalocean/netbox/issues/2721) - Detect loops when tracing front/rear ports
* [#2723](https://github.com/digitalocean/netbox/issues/2723) - Correct permission evaluation when bulk deleting tags
* [#2724](https://github.com/digitalocean/netbox/issues/2724) - Limit rear port choices to current device when editing a front port
---