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

Fixes #11927: Correct loading of plugin resources with custom paths

This commit is contained in:
jeremystretch
2023-03-13 08:52:38 -04:00
parent 065738473e
commit 267a14264b
2 changed files with 3 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
* [#11819](https://github.com/netbox-community/netbox/issues/11819) - Fix filtering of cable terminations by object type
* [#11850](https://github.com/netbox-community/netbox/issues/11850) - Fix loading of CSV files containing a byte order mark
* [#11903](https://github.com/netbox-community/netbox/issues/11903) - Fix escaping of return URL values for action buttons in tables
* [#11927](https://github.com/netbox-community/netbox/issues/11927) - Correct loading of plugin resources with custom paths
---