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:
@ -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'
|
||||
]}
|
||||
/>
|
||||
)
|
||||
|
Reference in New Issue
Block a user