Fixes #7202: Verify integrity of bundled assets in CI

This commit is contained in:
thatmattlove
2021-09-07 16:20:36 -07:00
parent b92a513e6f
commit af59328869
3 changed files with 45 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
* [#7169](https://github.com/netbox-community/netbox/issues/7169) - Fix CSV import file upload
* [#7176](https://github.com/netbox-community/netbox/issues/7176) - Fix issue where query parameters were duplicated across different forms of the same type
* [#7193](https://github.com/netbox-community/netbox/issues/7193) - Fix prefix (flat) template issue when viewing child prefixes with prefixes available
* [#7202](https://github.com/netbox-community/netbox/issues/7202) - Verify integrity of static assets in CI
---