2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-11 22:54:17 +00:00

!refactor(backend): remove measures for config path changes (#9814)

* moving config files out of the source directories
Fixes #9756

* add folder for config

* fix lookup paths

* reorder ignores

* remove temporary measures from #9769

* reduce diff

* remove temporary measures added in inventree#9769

* add changelog

* remove legacy tests

* fix indent
This commit is contained in:
Matthias Mair
2026-02-28 05:33:00 +01:00
committed by GitHub
parent 213f5a9986
commit ca57a1d15b
4 changed files with 3 additions and 73 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Breaking Changes - Remove deprecated features and APIs
- [#9814](https://github.com/inventree/InvenTree/pull/9814) - removes legacy config path support
## Unreleased - YYYY-MM-DD