2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Complex filtering for parts

- Allow filtering against child categories
- Could potentially be slooow
This commit is contained in:
Oliver Walters
2019-04-14 11:59:07 +10:00
parent a465e990b9
commit 9d98c429d6
2 changed files with 29 additions and 2 deletions

View File

@@ -120,6 +120,7 @@
return {
{% if category %}
category: {{ category.id }},
include_child_categories: true,
{% endif %}
}
},