mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
* Add new field to PartTestTemplate model - 'enabled' field - default = True (backwards compatibility) - Allows tests to be disabled - Retains test results but disables test * Update PartTestTemplate API - Expose new field - Enable filtering by field * CUI updates - Add to PartTestTemplate table * PUI: Update PartTestTemplateTable * Update getRequiredTests - By default, filter out tests which are "disabled" * Update StockItemTestResult table - Only display "enabled" tests - Update CUI - UPdate PUI * Update existing build output table * Bump API version * Docs updates * Updated unit tests