Fixes #7471: Correct redirect URL when attaching images via "add another" button

This commit is contained in:
jeremystretch
2021-10-07 09:58:42 -04:00
parent 4346ad3c90
commit b943b16c44
2 changed files with 3 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#7471](https://github.com/netbox-community/netbox/issues/7471) - Correct redirect URL when attaching images via "add another" button
* [#7474](https://github.com/netbox-community/netbox/issues/7474) - Fix AttributeError exception when rendering a report or custom script
---