2
0
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:
Oliver
2024-05-22 09:30:14 +10:00
committed by GitHub
parent acdf7f5ec0
commit 8df04cb916
3 changed files with 7 additions and 7 deletions

View File

@ -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)