2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-02 14:15:45 +00:00

Support attachments against SupplierPart (#10724)

* Support attachments against SupplierPart

* Update CHANGELOG.md

* API update
This commit is contained in:
Oliver
2025-10-31 21:23:23 +11:00
committed by GitHub
parent 0527d78ae6
commit 442a616432
4 changed files with 11 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for Debian 12, Ubuntu 22.04 and Ubuntu 24.04 in the installer and package in [#10705](https://github.com/inventree/InvenTree/pull/10705)
- Support for S3 and SFTP storage backends for media and static files ([#10140](https://github.com/inventree/InvenTree/pull/10140))
- Adds hooks for custom UI spotlight actions in [#10720](https://github.com/inventree/InvenTree/pull/10720)
- Support uploading attachments against SupplierPart in [#10724](https://github.com/inventree/InvenTree/pull/10724)
### Changed