forked from CGM_Public/pretix_original
Fix ignored parameter in 9eb2d4301
This commit is contained in:
@@ -183,7 +183,7 @@ class CheckinList(LoggedModel):
|
|||||||
.values("position_id", "type", "datetime", "cnt_exists_after")
|
.values("position_id", "type", "datetime", "cnt_exists_after")
|
||||||
.query.sql_with_params()
|
.query.sql_with_params()
|
||||||
)
|
)
|
||||||
return self.positions.filter(
|
return self.positions_query(ignore_status=ignore_status).filter(
|
||||||
pk__in=RawSQL(
|
pk__in=RawSQL(
|
||||||
f"""
|
f"""
|
||||||
SELECT "position_id"
|
SELECT "position_id"
|
||||||
|
|||||||
Reference in New Issue
Block a user