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

Fixes #10208: Fix permissions evaluation for interface actions dropdown menu

This commit is contained in:
jeremystretch
2022-08-30 08:59:50 -04:00
parent 0f6a12b595
commit cd5844b050
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
* [#10177](https://github.com/netbox-community/netbox/issues/10177) - Correct display of custom fields when editing VM interfaces
* [#10178](https://github.com/netbox-community/netbox/issues/10178) - Display manufacturer name alongside device type under device view
* [#10181](https://github.com/netbox-community/netbox/issues/10181) - Restore MultiPartParser (regression from #10031)
* [#10208](https://github.com/netbox-community/netbox/issues/10208) - Fix permissions evaluation for interface actions dropdown menu
---