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:
@@ -120,6 +120,7 @@
|
||||
return {
|
||||
{% if category %}
|
||||
category: {{ category.id }},
|
||||
include_child_categories: true,
|
||||
{% endif %}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user