We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6760cbe commit 29c4c9dCopy full SHA for 29c4c9d
connect/resources/usage_file_automation.py
@@ -32,7 +32,7 @@ def filters(self, status='ready', **kwargs):
32
"""
33
filters = super(UsageFileAutomation, self).filters(status, **kwargs)
34
if self.config.products:
35
- filters['product__id'] = ','.join(self.config.products)
+ filters['product_id'] = ','.join(self.config.products)
36
return filters
37
38
def dispatch(self, request):
0 commit comments