2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-24 01:47:39 +00:00
This commit is contained in:
Matthias Mair
2025-10-13 23:48:32 +02:00
parent c2f33335ea
commit 3718b5e12c

View File

@@ -123,9 +123,6 @@ def can_filter(func, default=False, name: Optional[str] = None):
else:
func._kwargs['is_filterable'] = True
func._kwargs['is_filterable_vals'] = values
# Add details
# TODO write names
# TODO aggregate pop fields
return func