2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Add option for controlling test result uploads (#8076)

* Fix typo

* Add new setting

* Gate creation of new test result template

* Refactor test result template validation

* Update API unit testing
This commit is contained in:
Oliver
2024-09-05 14:47:22 +10:00
committed by GitHub
parent e3205184be
commit 9b272bd60f
7 changed files with 37 additions and 21 deletions

View File

@ -221,7 +221,8 @@ export default function SystemSettings() {
'STOCK_SHOW_INSTALLED_ITEMS',
'STOCK_ENFORCE_BOM_INSTALLATION',
'STOCK_ALLOW_OUT_OF_STOCK_TRANSFER',
'TEST_STATION_DATA'
'TEST_STATION_DATA',
'TEST_UPLOAD_CREATE_TEMPLATE'
]}
/>
)