renamem orders
This commit is contained in:
@@ -49,8 +49,9 @@ def get_enrollments():
|
||||
if tenant.id != '*':
|
||||
filter_ = [
|
||||
{
|
||||
'attr': 'tenant_id',
|
||||
'attr': 'org_id',
|
||||
'op': '=',
|
||||
# Post-migration (enrollemnt): rename `tenant` to `org`
|
||||
'value': tenant.id,
|
||||
},
|
||||
] + filter_
|
||||
|
||||
Reference in New Issue
Block a user