Fixes #6517: Fix assignment of user when creating rack reservations via REST API

This commit is contained in:
jeremystretch
2021-06-02 15:58:14 -04:00
parent e66f8a5113
commit f34fb28d59
3 changed files with 13 additions and 20 deletions

View File

@@ -14,6 +14,7 @@
* [#6284](https://github.com/netbox-community/netbox/issues/6284) - Avoid sending redundant webhooks when adding/removing tags
* [#6496](https://github.com/netbox-community/netbox/issues/6496) - Fix upgrade script when Python installed in nonstandard path
* [#6502](https://github.com/netbox-community/netbox/issues/6502) - Correct permissions evaluation for running a report via the REST API
* [#6517](https://github.com/netbox-community/netbox/issues/6517) - Fix assignment of user when creating rack reservations via REST API
* [#6525](https://github.com/netbox-community/netbox/issues/6525) - Paginate related IPs table under IP address view
---