Fix incorrect detail in 9eb2d4301

This commit is contained in:
Raphael Michel
2023-01-25 10:13:00 +01:00
parent 9eb2d43016
commit 034a32b048

View File

@@ -119,7 +119,7 @@ class CheckinList(LoggedModel):
@property
def positions(self):
return self.positions_query(ignore_status=True)
return self.positions_query(ignore_status=False)
@scopes_disabled()
def positions_inside_query(self, ignore_status=False, at_time=None):