mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Test result table tweaks (#7290)
* Update initialData for new build output * Table updates
This commit is contained in:
@ -439,7 +439,8 @@ class PartTestTemplateFilter(rest_filters.FilterSet):
|
||||
def filter_part(self, queryset, name, part):
|
||||
"""Filter by the 'part' field.
|
||||
|
||||
Note that for the 'part' field, we also include any parts "above" the specified part.
|
||||
Note: If the 'include_inherited' query parameter is set,
|
||||
we also include any parts "above" the specified part.
|
||||
"""
|
||||
include_inherited = str2bool(
|
||||
self.request.query_params.get('include_inherited', True)
|
||||
|
Reference in New Issue
Block a user